Hey there,
is there a way to isolate specific parts of incoming MIDI messages like pitch bend?
i am aware that stream byter or other plugins could be used but I prefer using built in modules for stability.
if not, please regard this as a feature request!
cheers :)
Comments
Not yet. It's a feature request indeed :)
Finally I found a limitation of Drambo, rather than myself xD
😄
Thinking about it again, there is a way to extract the pitch bend signal as long as you're playing a note while pitch bending (and you don't even need to make use of the played note):
The S&H will forward the played Pitch signal to CV Quantizer so the actual Pitch Bending will not be quantized.
The CV Quantizer plus subtracting CV.Q output from the Midi2CV Pitch signal will give you the actual pitch bend difference, no matter what note is played. Scaling up by 64 is just for amplifying the pitch bend value to better see it on the Oscilloscope module.
👍 nice one! I guess my own limitations keep ruling the leaderboard then.. 🙃
still, a module for filtering midi bytes would be superb :)