Till Bovermann
Till Bovermann
this is an "islands"-thing. examples for this are to come. later.
please populate the folder https://github.com/ModalityTeam/ModalityTeam.github.io/tree/master/img/controllers with files named accordingly. When I have time (sic!), I'll review the webpage (or anyone else fwiw).
you might want to look at desc file for a similar controller... the layout for each element is determined by its `elementType`, the position by a separate key called `style`:...
GUI looks like a new issue to me, no?
bliss! > On 03. Jun 2015, at 12:22, tapage [email protected] wrote: > > perfection! > > 2015-06-03 10:16 GMT+02:00 Alberto de Campo [email protected]: > > > Just in case it...
here's some starting points. Create Manta MKtl ``` q = (); q.mantaBinary = "//MantaOSC 0 31417 57120"; q.mantaBinary.runInTerminal; q.manta = MKtl('manta', "*manta"); q.manta.device.updateSrcAddr(port: 31417); q.manta.device.updateRecvPort(57120); // enable LED control q.manta..sendSpecialMessage(\enableLEDControl);...
you have an idea for this, @adcxyz ?
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 possible I'd...
started sketching an OSC interface for a morph [here](https://github.com/tai-studio/senselosc) (well, OSC still lacking) but it is quite promising what features you get that are not available in the MIDI world,...
A first working prototype of [senselosc](https://github.com/tai-studio/senselosc) is ready for testing.