Hello there,
in short: is there something like [midiin] [midiout] object in pure data for Axoloti???
I am looking for a Axoloti solution for what I can do with Pure Data:
I need to send a MIDI CC Value together with a MIDI Note so that it is interpretet by an instrument not as two successive messages, but as one.
In Pure Data I can, for example, send the Message
[176, 17, 12, 144, 64, 127] via the [midiout] Object to an Octatrack and this means for that machine:
For the Audio Track listening on Midi Ch 1(=176) set the CC 17 to value 12, then trigger a midi note on midi channel 1 (=144) at the midi note number (=64) with veloity value (=127)
This makes the machine act like recieving the CC and MIDI Note (for triggering a sample) simultaniuously.
All I got to do was make Axoloti send out the CC value first, then the MIDI note... but it is always interpreted as two messages, following one after another. So First the CC changes Value, but the midi note triggered is still related to the old CC value...
Any ideas? If we get this working I can post a tutorial on how to use Axoloti to use the Elektron Octatrack as an MPC like polyphonic sampler
Tobias