Hello
I have an Intellijel MIDI 1U eurorack. This module has only outs. So I cannot map things on the device mapper.
So I don’t figure out TD can generate midi data to midi outs.
For exemple if I want to use a trigger CHOP to simulate a midi trig what instructions should I send to the midi outs ? Thanks by advance.
Hi @mcfrsvn,
when using the Midi Out CHOP, make sure to name your channels appropriately as defined in the Note and Control page parameters.
For example to send a note 7 on/off event to midi channel 1, the TouchDesigner channel should be called “ch1n7”
There is also a 4 part video series by @raganmd that might be helpful to explore:
cheers
Markus
Using this : “lfo” (in square mode) → Maths (range -1/1 to 0/127) → rename “ch1n1” → midiOut. It works well, I get a trig into the modular. But to send right note or more detailed cc its more obscure… Thanks