You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CHAR type has been removed as we could not find any one using it. It is instead replaced by a much more useful feature in the back-end which will be developed over the next few versions: a MAP type which will allow more advanced communication from / to JS scripts and groups of OSC addresses.
New features
JS: support for using external libraries as JS modules. For now one has been added to the user library: total-serialism. Two examples have been implemented: euclidean-melody and claves to show how to use the library to generate randomized musical patterns. Further versions will provide examples that can convert that into MIDI to feed software synths
JS: add support for onValueChanged callbacks on inlets
JS: add Impulse / Button widget types
Explorer: Make device disconnected state more visible (#1433).
UI: add a proper int spinbox widget
UI: allow to copy the path of an object for remote control (right-click on an object name in the object tree view at the top right)
JS console / scripting: add a prompt function to show an interactive UI prompt to the user. See the script below for an example.