Thibaud Keller
Thibaud Keller
Sorry, is there an example of XY sending values with v2? can't seem to receive anything. Other widgets like joystick an Knobs works fine, XY is the only one seemingly...
with the same inspector interface and magnetism as intervals, it would be nice !
For specific serial communication, a bite needs to be send back to the device every time a message is received. Wondering how this can be done, preferably without going through...
this would alow to skip having to choose "none' in the time division chooser, for the rate to be used (in the LFO for exemple). It would also help to...
Inside a state, a treeView already offers access to stored parameters that can be dragged and dropped to other part of the scenario. Not having to dive back into the...
Using 2 monitors, one would usually desire the score interface on one and the window device on the other. When setting either score or the Window device to full screen...
in this example ```js import Ossia 1.0 as Ossia Ossia.Mapper { function createTree() { return [ { name: "Branch", type: Ossia.Type.Int, write: function(v) { return v.value; } } ]; }...
Apart from a few exceptions that need to be identified, the main window should always be in focus and selected, when it comes to either mouse states, or the use...
Currently, right clicking a node in the audio device still allows for the "edit" option. The pop up window does not show the actual audio mapping of the default nodes.