Recording Midi Notes of all tracks in the same time

edited July 2014 in General
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

  • You need to change the setting for each voice to respond to a single note (as opposed to "Any") and set them all to the same channel.
  • Thanks a lot !
    I already did that... and I must select each track to record each part. It doesn't record each track à the same time. I heard each sound but it only record the track selected... 
  • edited July 2014
    i do this like this:
    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
  • edited July 2014
    Teddy, you are right. It looks like it's only going to record to the actively selected voice regardless of how you set up the channels. On line 1264 of MidiParser.c (in mainboard) this line of code:

    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.
  • +1 vote for multi-channel recording
  • my method is working good but you must have a controler like the quneo where  you can configure each pad/key to send in a different midi channel....i made a preset on quneo where pad 1 send on channel 10 (i mapped drum 1 to channel 10, drum 2 to channel 11 ...etc...)pad 2 on channel 11 etc....
    It's working well
Sign In or Register to comment.