ModalityTeam / Modality-toolkit

A SuperCollider toolkit to simplify the creation of personal (electronic) instruments utilising hardware and software controllers of any kind.
http://modalityteam.github.io/
87 stars 26 forks source link

OSC MKtl - how best to listen to multiple sources? #357

Open adcxyz opened 4 years ago

adcxyz commented 4 years ago

ATM, OSC MKtls only listen to a single source NetAddr. For network setups, it can be useful to listen to accept all messages with the defined names. How best to do that? add a way to clear the automatically generated srcID? or define src tag 'none' in the desc file to keep nil as srcID?