Quote
It doesn t really make any sense to use a working MIDI keyboard keys to be retrofitted with a new controller…
Without any rationale behind your reply, that doesn’t add much to the conversation.
Thanks, it probably doesn t add that much to you or to the conversation but for sure it takes my own time which i could spend somewhere else so please next time try something like
“hey Simone you short answer doesn t really make sense to me please try to clarify your point”
Now i see i ve misunderstood what you are trying to do, it was not clear in your first post, about the keys: you want to replace every key with a pushbutton, right? So basically this is not a MIDIBox project so this post should be in Miscellaneous
In other words, if I can take a controller with 8 pots and a bunch of keys I don’t need to use, and transform it into a controller with 8 or MORE pots and 25 BUTTONS, or some combination thereof, it would be more useful to me. I also want to do it with the parts I have and without programming
Analog inputs can be used as digital inputs but not the other way round
I noticed the two switches, that makes sense about the key velocity. I guess that means I can’t use each of those contacts for a separate button, right? (Or possibly for velocity pads for percussion. . . .)
no you can t use them separately and no you can t use them for drums, the double switch system needs a real mechanical movement of the key while drum triggers and pads usually use piezos to detect the vibration of the strike
That said you could try to create some custom pad that would reuse the key mechanism somehow..
There is also some code that calculates the time a button is pressed and transform it in velocity dig in the downloads
About the pots: I see that the key contacts are actually two parts each, separated by a small space, so the key must close that circuit when it presses down and bridges that space. My thought was that I could bridge that space with a pot instead, but then I came to the main question of all this which was whether the signal would even go through correctly (since a note is just on/off, whereas the pot sends a variable voltage, and notes don’t really have any variance included besides the velocity, which is taken care of by the dual-switch thing). Is my thinking correct so far?
correct, i would advise you to get a clearer idea of digital and analog input as well as MIDI note on/off and cc, that would help you a lot in this hack
Simone
oops and yes i would definitely follow SLP advise