In other words, i don't want a midi controller with numerous buttons, i just want to use a expression pedal. I have modeling amp that has midi but I just want to know if there is a simple box that will accept a EXP pedal and covert it to midi without all the other mid crap? Amp has a DIN midi connector and has parameters for the EXP pedal in software.
Ad Widget
Collapse
Announcement
Collapse
No announcement yet.
a midi device that allows expression pedal without the rest?
Collapse
X
-
Not what you asked for, but might give you ideas:
https://www.sweetwater.com/store/det...pression-pedal
Then there is this, which looks like exactly what you asked:
https://beatbars.com/en/midi-expression-pedal.htmlEducation is what you're left with after you have forgotten what you have learned.
-
Well, thanks Enzo. But the first one works with USB and the other one is gonna be probably $200-250 USD shipped to U.S. Plus I was hoping for a cheap little box thats just an interface to interface a pot and footswitch to mimic 2 positions of a generic exp pedal. I actually don't want a volume pedal, just wanna toggle a footswitch between 2 different volume levels. So if there was a cheap interface i could just build the guts of that and the few parts for a generic EXP into a box.
Comment
-
Well at least products are out there that anticipate your need. MIDI is a digital control signal, not just a simple conversion. So whatever box you get/make will have to have a computer circuit of some sort.
Here is a little item might be adaptable
https://www.digikey.com/en/products/...iABEgKiifD_BwEEducation is what you're left with after you have forgotten what you have learned.
Comment
-
Recently I've discovered Arduino, specifically the Nano 3. These things are dirt cheap and consist of a small 20-pin board with a processor, USB socket and all support components. Programming is straightforward - load the Arduino system on your laptop/PC, and connect a USB cable. You can find many 'sketches' (the term used for the program code) to download and compile to the Arduino board. I've been using MIDI functions with Arduino for about 6 months and I'm impressed with what you can do with them. MIDI over DIN is straightforward. You don't need to know anything about programming and once programmed you treat the Nano like its a regular IC, though the circuits are very simple, as so much is taken care of on-board - even the 5v regulator is present.
This is about as simple as it gets for component count, though there are many Arduino MIDI expression pedal examples; https://www.youtube.com/watch?v=Tp3aONkvUP8
Last edited by Mick Bailey; 05-23-2022, 03:07 PM.
- Likes 1
Comment
-
Originally posted by Mick Bailey View PostRecently I've discovered Arduino, specifically the Nano 3. These things are dirt cheap and consist of a small 20-pin board with a processor, USB socket and all support components. Programming is straightforward - load the Arduino system on your laptop/PC, and connect a USB cable. You can find many 'sketches' (the term used for the program code) to download and compile to the Arduino board. I've been using MIDI functions with Arduino for about 6 months and I'm impressed with what you can do with them. MIDI over DIN is straightforward. You don't need to know anything about programming and once programmed you treat the Nano like its a regular IC, though the circuits are very simple, as so much is taken care of on-board - even the 5v regulator is present.
This is about as simple as it gets for component count, though there are many Arduino MIDI expression pedal examples; https://www.youtube.com/watch?v=Tp3aONkvUP8
Comment
-
Comment
Comment