Hi all,
I want to have a supercollider midi output port that I can then link with jack to the desired midi input port (for example reaper midi input).
However with superdirt I only managed to create a device that is a destination (an input).
I think that what I'm trying to achieve is straightforward but I'm missing a step.
Here is my midi configuration:
MIDI Sources:
MIDIEndPoint("System", "Timer")
MIDIEndPoint("System", "Announce")
MIDIEndPoint("Midi Through", "Midi Through Port-0")
MIDIEndPoint("SuperCollider", "out0")
MIDI Destinations:
MIDIEndPoint("Midi Through", "Midi Through Port-0")
MIDIEndPoint("SuperCollider", "in0")
MIDIEndPoint("SuperCollider", "in1")
MIDIEndPoint("SuperCollider", "in2")