Weekend project: Midi Volume Control
Spork Frog
Posts: 212
I play keyboard in a local group that I'm part of, and we've had incessant problems with balance. I switch between regular instrumental patches and a percussion bank, and dynamically the two are not always lining up the way I'd like. I can use the volume knob on my keyboard, but it's hard to accurately and consistently switch between multiple volume levels.
So, I built this little box using a Propeller USB Protoboard and connected MIDI (schematics can be found here for those interested). I then wrote a little code so that when one of the top keys on the keyboard is pressed (keys I wouldn't normally use) the sent velocity changes to a set value. The theory is the box sends through all MIDI events except for "Note On" commands, which it captures and re-sets the note value to whatever the software wants.
I'm hoping to expand it by adding by adding a video ouptput and I don't know what else yet in order to add maybe some video effects or do some other fun stuff with MIDI in general.
Enjoy.
-Phil
So, I built this little box using a Propeller USB Protoboard and connected MIDI (schematics can be found here for those interested). I then wrote a little code so that when one of the top keys on the keyboard is pressed (keys I wouldn't normally use) the sent velocity changes to a set value. The theory is the box sends through all MIDI events except for "Note On" commands, which it captures and re-sets the note value to whatever the software wants.
I'm hoping to expand it by adding by adding a video ouptput and I don't know what else yet in order to add maybe some video effects or do some other fun stuff with MIDI in general.
Enjoy.
-Phil
Comments
Anyway, very nice project. Perhaps a video or audio recording?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering