Page 1 of 1

Posted: 21 Feb 2016, 16:57
by uge
Hello there,

I would like to get chord messages recorded on the piano roll. I'm trying to get them from midi out. The problem is that i don't know how can I get three different messages at the same time.

Any help? :)

Thanks in advance,

uge

Posted: 21 Feb 2016, 22:57
by oli_lab
MIDI is a serial protocol, so a chord is transmitted as (for exemple) 3 notes in a row

if you play a chord on your midi keyboard, the keayboard will send :
noteon ch = 1 note number = 65 velocity = 100
noteon ch = 1 note number = 68 velocity = 100
noteon ch = 1 note number = 72 velocity = 100

it will be very fast but still should be recorded on the piano roll

Posted: 22 Feb 2016, 21:16
by uge
Thanks for your reply Oli_lab. The thing i'm trying to do is get these three messages individually, using the midi out of the piano roll.

I've tried the Unpack patch. But it was hard to me get the three messages.

Any idea?

Thanks

uge

Posted: 22 Feb 2016, 22:40
by nay-seven
try the script named Midi expanded voices and choose from first in the out order parameter

Posted: 24 Feb 2016, 18:36
by uge
Thanks Nay-seven :)

It works like a charm!