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.
In order to display the noteOn/noteOff/polytouch functions for pianoKeys and pads in a single GUI view, recent commits have set the elementTypes of simple on/off buttons using MIDI noteOnOff to...
For the Manta the 8 slider led values need to be sent as a bitmask to turn particular LEDs on. So from 8 led elements, the collective would need to...
The current desc file for the APC40 has a very deep and somewhat confusing hierarchy of elements. It would make sense to replace this with (or add as alternative) a...
for monophonic keyboard uses, there should be Voicer-like ElementGroups and MIDIFuncs: - MIDIFuncs listen to whole channel (or given range of numbers) on noteOn: - if no held note, do...
(splitting issue #263 into two) When there are multiple desc files for a single device, the web doc info page should best show all description files for that device on...
Hello there, I am trying to get the Logitech Extreme 3d Pro to work as a controller using the great Modality toolkit, but Supercollider crashes as soon as I try...
Hi, I rendered all help documents as follows: ``` SCDoc.renderAll ``` However, it quits with an error that the receiver is `nil`. I think the problem is your `MKtlDesc` help...
Hi! I find the virtual / gui versions of controllers immensely helpful. One thing I thought would make them even more cool would be to add the possibility of adding...
Hi! This is something I found useful for myself – the ability to hide an element from a gui. This is for example useful for devices like sequencers where it...