Hi, I’m new to Iannix and I was wondering if there was a way to make a cursor represent a specific midi channel? The idea being that each trigger then outputs its assigned note value on the channel of the cursor that intersects with it. I initially thought that I could compose my message using something like the group id midi://midi_out/note cursor_group_id 60 120 trigger_duration
but this does not work because the group id is a string and the output is therefore not rendered correctly, what I see is midi://from_iannix/note 120 (C9) 120 1
. The only way I could see to do this was to use the cursor_id
which is an int, but this is impractical as you cant have more than 1 playhead per channel, or to remap one of the x,y,z
co-ordinates to a fixed value, but this means losing a dimension of expression. Is there something obvious that I’m missing here?