-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSC only work in main patch, not in usercode #50
Comments
so the usercode directory does get loaded before any OSC messages will have been read, though it should still be possible to use the for example if you have the following
loaded from a file in the usercode directory (or the stdlib directory actually, there's not really a difference) then s will be set to Something like this
will check the value of the osc set variable every time the What is it you're trying to do? |
looking at the other stuff in usercode i guessed that i might have to make it at function. |
aahhh, yeah I can see why the variables file might actually make things confusing. that's mainly there because it was the easiest way to make sure a default BPM was set when it gets used in essentially, any variable declared outside a function in the stdlib and usercode files will be set once unless the user resets it in the program they have improviz run each frame |
I tried to put my definition of OSC-input in the usercode directory and load it via the config file, but then i does not seem to work. Can it be because the usercode is loaded before the OSC?
The text was updated successfully, but these errors were encountered: