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
It seems like there is a for loop with wrong length or something like that, but the latest added widget over OSC (I'm creating the whole interface over OSC), is not receiving any OSC messages.
The console.log in OSCManager.js line 103 i think, does not list the address from that widget as it should.
The text was updated successfully, but these errors were encountered:
In the newest checkout of the development branch this problem doesn't exist. In general this version should be more stable depending on what you're trying to do as I've spent a lot of time focusing on creation of interface over OSC. For example if you send:
it automatically creates a Slider that fills the whole screen. Adding a second slider will divide the first in half. The interface will continue to subdivide automatically without you having to worry about placing widgets.
I've also added a label parameter for sliders and knobs which is useful to remember what's assigned to what. And you can now specify what page you want widgets to appear on... page forward / backward buttons are automatically added when there is more than one page.
Try it out! What software are you using to dynamically generate the interfaces?
It seems like there is a for loop with wrong length or something like that, but the latest added widget over OSC (I'm creating the whole interface over OSC), is not receiving any OSC messages.
The console.log in OSCManager.js line 103 i think, does not list the address from that widget as it should.
The text was updated successfully, but these errors were encountered: