MIDIVisualizer icon indicating copy to clipboard operation
MIDIVisualizer copied to clipboard

Pitch Wheel and Mod Wheel Warping

Open frink opened this issue 3 years ago • 4 comments

I've been thinking about how to show Pitch Wheel and Mod Wheel using screen warping.

  • Pitch Wheel would warp the upper 2/3rds of the screen shifting it to the right or left.
  • Mod Wheel would warp the upper 3rd of the screen with waves of increasing intensity.

You could also add the two wheels on the left hand side as partially transparent and highlight them in some way to show when they are being touched. That way you can illustrate even more performance details.

What do you think?

frink avatar Nov 22 '20 15:11 frink

Hello again, and thank you for the suggestion! I need to wrap my head around the exact effect of both wheels and how they are represented in MIDI, but it could be interesting indeed. I'll add this to the list of possible improvements!

kosua20 avatar Nov 22 '20 18:11 kosua20

See the link with CC mappings I provided in #79.

Mod Wheel is CC 1

Pitch Bend is not done by CC but has it's own class of MIDI messages.

I'll have to do some pictures to explain my thinking better.

frink avatar Nov 22 '20 19:11 frink

So, is this basically transposition of pitch, right?

MysticPiano avatar Nov 23 '20 05:11 MysticPiano

On the left of the key bed in most keyboards are two wheels. One swings back to the center and is used mostly when doing synth solos and things like that. The actual sonic implementation of pitch shift can vary from just a few semitones to several octaves. I do not remember all the particulars of the MIDI implementation of pitch shifting. But I can find them and post back.

Portamento could also be an interesting visualization. Even more so with the MPE controllers they are coming out with...

frink avatar Nov 23 '20 08:11 frink