-
Notifications
You must be signed in to change notification settings - Fork 5
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
Specify Modules for Global Channel System #10
Comments
Place one OSCIn/OSCOut node per configuration. like this, the configuration itself can be dynamically set, e.g. via commandline arguments. When adding a binding in the Global Channels window, you can choose among the existing instances of the OSCIn/OSCOut by name. OSCIn node with inputs:
OSCOut node with inputs:
In a binding you then choose:
|
In the patch you have the possibility to configure presets for OSC In & OSC Out via OSC UI:
In MIDI we thought:
|
After further consideration the following adaptations to the above came up: OSC: Instead of displaying 'OSCIn' and 'OSCOut' options when creating the binding, we just display 'OSC', and the in the Binding UI the direction can be selected between In or Out (both cannot be enabled simultaneously in the same binding, think radio button behaviour) This makes things consistent with the MIDI approach, and avoids new handling on the GlobalChannel viewer for separate module directionality. This also allows the UI to display directionality with arrow or other nicer UI elements. |
No description provided.
The text was updated successfully, but these errors were encountered: