Alberto de Campo

Results 18 issues of Alberto de Campo

## Purpose and Motivation Fixes #5515. Currently, NdefGui does not find controlspecs embedded in synth functions, thus NdefGui cannot use such specs for its slider ranges. With this PR, core...

## Purpose and Motivation Setting volume on the server can be made more robust and easier to reason about: By giving it a known permanent nodeID, and creating a permanent...

comp: class library
Work In Progress (WIP) - don't merge yet

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...

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...

ATM groupTypes like noteOnOff, noteOnOffTouch expand properly into MKtlElements, but not yet into proper responders and midi lookup dict entries within MIDI devices. -> Do extensive tests of all types...

Currently, most desc files of MIDI keyboard device create guis where all reachable keys are shown, e.g. for a nanokey, keys 0-120. this is useful to get to all keys,...

question
design goals
MKtlGUI

groupType expansion should allow for different midiNums of its components, and for adding more elements to the group: ``` // different number for polytouch : (midiNum: [21, 21, 61], groupType:...

Currently, Tutorials/How_to_create_a_description_file_for_MIDI is behind the implementation: It says \noteOnOff types has turned out problematic, it is better to make the on/off pairs by hand, or use MKtlDesc.notePair. The current implementation...