Page 1 of 1

P.b. doesn't work after passing midi through midi event.

Posted: Mon Dec 08, 2014 1:44 am
by kortezzzz
Really strange... Just found out that if passing midi signal through midi split-midi event combination, the pitch band wheel stops responding. Tried to split the keyboard into 2 ranges by using the green "split-event" and it works, but can't give up for the pitch-band :?
Maybe there is any nice Ruby solution for keyboard spliting that would keep the pitch-band a live, unlike the green one?

Re: P.b. doesn't work after passing midi through midi event.

Posted: Mon Dec 08, 2014 5:18 pm
by KG_is_back
The problem might be, that your filter only passes note events through(CC events are filtered out). Use the original midi input to extract bitch bend and midiCC data.

Re: P.b. doesn't work after passing midi through midi event.

Posted: Mon Dec 08, 2014 9:11 pm
by Nubeat7
there is a special midi pitchbend primitive for pitchbend

Re: P.b. doesn't work after passing midi through midi event.

Posted: Tue Dec 09, 2014 8:26 pm
by kortezzzz
Yeh, figured it out. Thanks for the spot. It works :)