Wusik 4000 Public Beta: New set of files uploaded.
October 24 2013 - Beta Version B0004
- Added New Module: [b]Multi Line (Graphical) Envelope[/b] (see the module description for instructions on how to use some of the features).
- Fixed several problems related to custom-area modules.
- Fixed problems with division by zero in some situations. (every single code revised)
- Global Modules (and the Panic option) Menu now shows with any mouse click on an empty area of the main interface.
- New Module SDK Options:
kSpecialDataShowPopupMenu - After every mouse event, this is sent to check if the module wants to open a popupmenu. EG: "Option1\nOption2\n-\nFinal Option"
kSpecialDataPopupMenuResult - From the above, if something is selected from the menu, a call is made with the result position starting at 1
kSpecialDataShowMessage - After every mouse event, this is sent to check if the module wants to show a message box.
kSpecialDataDisplayLabel - Same as above, but shows a Display Label, like Parameters do.
- Module SDK Updates:
kSpecialDataExtraModuleData - must return a (char*) in UTF8 format.
-----
http://www.wusik.com/ww/products/wusik-4000/public-beta
We also updated the GitHub Module SDK area:
(for C++ developers)
https://github.com/Wusik4000/Wusik_4000_SDK