Hello and Merry Christmas!
Days 2 with my LoopA, I love it!
I currently use it as a USB midi slave to an Ableton Live session, driving hardware synths. The timing/mesure tracking is a treasure, and even in a tormented environment with conflicting midi clocks on a MIDI cable (yeah I tried), I experienced no freeze or weird note locks whatsoever… Pretty happy about the stability feeling I get here.
I tried to upload a first MIDI track to the LoopA but put a foot straight on what seems to be a software limit regarding the max number of MIDI notes I could input in a single clip: When recording notes for a while on a long 1024 steps clip, the recording stops.
After digging into the 2.06 firmware on Github I realized there is a limit of 256 notes per clip I didn’t see in the documentation (and if I understood correctly):
L1080
if (clipNoteNumber < MAXNOTES && (...) )
Despite the small garbage collection running just above this condition, I am stuck with this limit (and yeah if you ask, this MIDI voice is a bit overkill, it’s a plucky/rainy synth voice with… way too much notes but I wanted to try)
stuck at mesure 3 lol
Could you just tell me if this software MAXNOTES
limit I am hitting is due to a hardware memory limitation? Could this limit be increased at some point?
Cheers!