Hello, I m using this patch to see + active/deactivate, on a korg nano control 2, notes from a step sequencer patch I built.
How could I make it recieve infos from and control a midi clip instead of the stepsequencer ?
The answer must be here but I m really new to LOM and it's still chinese to me for the moment.
Got a live set in a month and would love to be able to control both, my step sequencer And already built midi clips
the korg patch is recieving a list of 0 & 1's
"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" is 16 steps with no notes and Live isnt playing.
When playing, on every step move, the 0 changes to 1 then get back to 0, showing on the korg (led blink) the actual movement of the sequence.
A 16 steps sequence with notes is like this :
"1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0" (ex. kick drum)
when a 1 is triggered it changes to 0 for few ms and get back to 1.
So basically I need to start with getting a list of the notes present in the last midi clip launched, in a 16 steps "grid" way.