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

For general discussion related FlowStone
Post Reply
User avatar
kortezzzz
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

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

Post 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?
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

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

Post 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.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

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

Post by Nubeat7 »

there is a special midi pitchbend primitive for pitchbend
User avatar
kortezzzz
Posts: 763
Joined: Tue Mar 19, 2013 4:21 pm

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

Post by kortezzzz »

Yeh, figured it out. Thanks for the spot. It works :)
Post Reply