Hi,
I play some part of the LXR with my master keyboard. I can record some part easily by selecting the track and playing it with my Keyboard. But, when I play all parts, like an entire rythm, Kick, snare and Hi Hat, it only record the track selected.
Is it possible to record all track at the same time? Indeed, I understand that it could be not possible if note are important but for rythmic part, we only need one note per part.
Thanks !!
Teddy
Comments
LXR global midi channel: 1
Lxr drum 1: midi ch 10
drum 2: channel 11....
cl hit hat on channel 16
keyboard correctly mapped, mine is a Quneo. It's easy to configure each pad to send a different channel
midiParser_noteOn(v, msg.data1, msg.data2, 0);
Could be changed to pass 1 as the last parameter which would fix this. There is a (less likely) scenario where someone might want to only record to the active track (eg other tracks are being triggered by an external sequencer). It's probably very unlikely, and this should probably be fixed.
It's working well