Keyboard -> midi question

Talk about your MIDI interfaces, microphones, keyboards...

Moderators: MattKingUSA, khz

Post Reply
User avatar
Michael Willis
Established Member
Posts: 1458
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 70 times
Been thanked: 167 times
Contact:

Re: Keyboard -> midi question

Post by Michael Willis »

x42 midi plugins are your friend here: http://x42-plugins.com/x42/x42-midifilter

Specifically, the key range filter or the key split will probably do what you want.
rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

Re: Keyboard -> midi question

Post by rghvdberg »

The keyboard probably assigns different midi channels to each split.
rghvdberg
Established Member
Posts: 1067
Joined: Mon May 12, 2014 7:11 am
Has thanked: 15 times
Been thanked: 36 times

Re: Keyboard -> midi question

Post by rghvdberg »

Erm no.
You'll see only one midi port from the keyboard.
A midi port uses 16 channels.
A typical midi event, for instance a note on message, has info on which channel the note is to be played.

So let's assume the keyboard sends notes on the left part on channel 2 and the right part channel 1.
Make two midi tracks. Set your DAW to receive midi channel 1 on the first track and midi channel 2 on the second.

Ardour, by default, records and plays all channels on a single midi track so you'll have to adjust that in the channel strip.

Depending on the synth plugin you'll need to setup that to receive on the proper midi channel too. Sometimes the plugin ignores channel info altogether and this is unnecessary.

Also, don't confuse midi channels with audio channels.

tl;dr it's fiddly
Last edited by rghvdberg on Fri Jul 14, 2017 9:36 am, edited 1 time in total.
User avatar
Michael Willis
Established Member
Posts: 1458
Joined: Mon Oct 03, 2016 3:27 pm
Location: Rocky Mountains, North America
Has thanked: 70 times
Been thanked: 167 times
Contact:

Re: Keyboard -> midi question

Post by Michael Willis »

42low wrote:Is that plugin pack a repository download?
Yes, if you're using any Debian derivative (Ubuntu, etc.) you should be able to install it like so:

Code: Select all

sudo apt install x42-plugins
It's might even be pre-installed on distros like Ubuntu Studio or AVLinux.

With that said, the suggestion you got from rgvdberg will probably work, assuming that your midi controller sends the splits on two different channels. If you ever want to do something more involved, like having three different sections of your piano play three different sounds or something, x42-plugins would give you a way to do that.
Post Reply