Modality-toolkit
Modality-toolkit copied to clipboard
A SuperCollider toolkit to simplify the creation of personal (electronic) instruments utilising hardware and software controllers of any kind.
Hello there, i've been trying out different approaches to use multiple identical controllers (currently 2x akai midimix, so it's via protocol 'midi') i'm on linux and using SuperCollider 3.12.0 been...
currently, elements with non-number values fail to create a gui for an MKtl, see #385 and ```PassSpec.help```. We need an element view that can handle these. can be just a...
obviously, both leap motion & sensel morph have interesting new features and flexible options, so it would be great to have basic modality descs for them that are good starting...
Hello everyone I am experimenting with the 14bit midi capabilities of Modality and trying to figure it all out without documentation so just wanted to create this issue to document...
It would be great to have an auto-reconnect feature, in case of accidental unplug of a device during a performance. Here is how I see it could be done: -...
Hello After some confusement about collectives in Modality I had a chat with Alberto Decampo (@adcxyz) on the mailing list and we seem to have discovered a bug with collectives....
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...
Hi, I've tried to run code from the examples from the MPush page in docs: ```supercollider k = MPush('push'); k.setPadLight(k.elAt(\pad, \8, \1, \on), \green); ``` That code results in the...
Hi everyone I've come across a problem and I'm not able to find the appropriate help file to help me along. I'm specifically interested in how the automatic gui is...
In some cases it is useful to set the raw value of a MIDI output element, as the bytes may have some clever encoding. This is for example the case...