Capturing the pitch band message by Ruby - Is there a way?
Posted: Sat Aug 26, 2017 10:31 pm
http://imgur.com/a/mcz20
Hi people.
Found some free time to try solving this old time problem I have:
I'm still trying to pass a manipulated midi signal (by using Ruby) to the outside world through a virtual midi cable without loosing the pitchband message that being created during playing the keyboard. The first code in the picture manipulates the message fine, but I have no idea how to make ruby pass the pitch messages as well
So I just thought maybe there is a creative way to connect both manipulated and original midi signals to a second ruby module and then isolate only the pitch messages from the original signal, while keeping the manipulated un-touched. When done, the ruby module would create a new midi array that would pass the total results (manipulated notes+pitchband messages) out to the cable.
Any chance that its possible? What would be the code then (I tried so many suggestions allready - yet no luck)? Thanks
Hi people.
Found some free time to try solving this old time problem I have:
I'm still trying to pass a manipulated midi signal (by using Ruby) to the outside world through a virtual midi cable without loosing the pitchband message that being created during playing the keyboard. The first code in the picture manipulates the message fine, but I have no idea how to make ruby pass the pitch messages as well
So I just thought maybe there is a creative way to connect both manipulated and original midi signals to a second ruby module and then isolate only the pitch messages from the original signal, while keeping the manipulated un-touched. When done, the ruby module would create a new midi array that would pass the total results (manipulated notes+pitchband messages) out to the cable.
Any chance that its possible? What would be the code then (I tried so many suggestions allready - yet no luck)? Thanks