-
Notifications
You must be signed in to change notification settings - Fork 26
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
add descs for leap motion & sensel morph #378
Comments
this would be awesome! (I heard @bgola might be interested in this as well...) Assuming we're talking MIDI for sensel morph, these are the challenges: different overlays possibleI'd simply do multiple descs, or create a combined one in case I want to switch between them custom overlay allows for a customised layoutsee above MPE-capableI am quite new to this so I don't know really how to handle this... 14bit cc messagesto my knowledge there is currently no device description that has an example for a https://gist.github.com/carltesta/bb5065a7b92bab7673237e9cc1c9a612 sensel morph — OSCan entirely different way of approaching the sensel morph would be to implement an osc bridge to its API, which would break out all additional elements it provides such as ellipsis size and orientation per pressure area. One could implement this following the OSC implementation in libManta combined/adapted from MorphOSC (windows only). |
better separate descs and separate MKtls that you can turn on/off as needed,
https://github.com/ModalityTeam/Modality-toolkit/blob/master/Modality/DeviceExamples/roli.scd
Modality has MIDIControl14BitHelper, but no usage example in a desc yet AFAIK
yes, all for it! |
started sketching an OSC interface for a morph here (well, OSC still lacking) but it is quite promising what features you get that are not available in the MIDI world, so I am currently in favour for of dropping my ambition to add a MIDI-based desc for a morph in favour to an OSC-based one. of course, a native interface in SuperCollider would be best... well... still dreaming... |
A first working prototype of senselosc is ready for testing. |
Hi! Super nice @LFSaw ! It is nice but I'm not sure if it covers all what senselosc does, from the docs yours seems more complete. But probably would still be good to have the MIDI-based desc for some of the overlays.. I used another Roli example written using OSCFunc as well with the thunder overlay, was pretty straightforward and playful. I don't have ideas on how to integrate Modality and MPE, I'm quite new to both :) |
Hi guys. See this PR for a bit more info on 14 bit midi cc #381 |
hello again, after writing I'd be more than happy about comments and further improvements... it is a little hacky, still but certainly serves the purpose... |
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 points, i.e.
easy to modify for custom, highly personalised uses.
The text was updated successfully, but these errors were encountered: