midi organs pedals velocity sensitive

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
New to site, so sorry if this has already been covered ad nauseam.

I wanted to buy an old set of organ pedals from say a Hammond B3 or A100 and make a set of midi pedals out of them...but unlike organ pedals I must have velocity sensitive.

I am mechanical guy, so am limited in knowledge. Plan was to take existing midi keyboard and use guts. Not sure if I can use switches from keys or not. I am guessing they are mounted on one long PC board, whose spacing would not match foot pedal spacing. Was thinking I could fabricate my own switches for each pedal and connect them in the same way the switches on the keyboard are connected to their control board(s). Don't understand what type of switch(es) I need to get both on/off + velocity sensitivity. This is my main question. If you can help, I would appreciate. Assuming something like on/off + plus some kind of variable output (analogous to piezo) to get original volume before decay starts (?) If I can understand this better, pretty good at mechanically rigging something up...I plan on tearing into an old velocity sensitive keyboard as soon as I find the time. This may make it self evident, but would appreciate a little help.
 
You would need to use two switch's to detect velocity.
I had a similar discussion about this a while back.
The are many projects as such as this that can be found on the web that uses a PIC controller to detect the switch's and send the MIDI data out.

I am just getting in to this sort of thing myself and learning to work with PIC chips.
My goal is to build a MIDI drum controller that has velocity as well and I have found many versions out there.

Microchip's PIC's are the neatest little devices since ready sliced bread and canned peanut butter!!! :)

I will see if I can locate that thread for you as it has several links you may find of use.

Here it is,

http://www.diyaudio.com/forums/instruments-amps/217489-converting-non-midi-keyboard.html#post3117412

I just got a PIC clicker board and some thing like this could be easily done with it.
And you won't need a extra Programmer as it has a bootloader built in to it so that you can program it via USB cable.
You use MPLAB or MPLABX to write and compile your program and use the utility for it to upload your HEX file program to it! ;)

http://www.mikroe.com/pic/clicker/

It has a very nice 18F47J53 PIC mcu onboard,

http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en548693

http://ww1.microchip.com/downloads/en/DeviceDoc/39964B.pdf

Cheers!!!

jer :)
 
Last edited:
Hi,

Just a question ... Have you ever played velocity sensitive foot pedals ?

Far more trouble than it is worth it seems to me.

FWIW for velocity senstivity AFAIK you add similar switches to the
bottom of the key to the top of the key and go on the time difference
for the velocity, piezo's on the bottom will give you aftertouch.

However I'd expect foot pedals to just go on break as soon
as as you move them and severely doubt they are correctly
weighted to be tactilely playable with velocity sensitivity.

rgds, sreten.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.