Expression pedal with Sub 37

Everything Sub.
Post Reply
Dapifer
Posts: 117
Joined: Fri May 31, 2013 10:05 am
Location: Northern Ireland/Leeds, U.K

Expression pedal with Sub 37

Post by Dapifer » Mon Apr 13, 2015 1:28 pm

Wondering if anyone can help here. I haven't picked it up from the manual but can anyone tell me is it possible to send the Expression pedal to 'pitch cv' in but have it bend the pitch down rather than up when the pedal is pressed? Also can you set the range of the pitch modulation like you can with the mod wheel or can it only be one octave? Thanks.

User avatar
_DemonDan_
Posts: 1273
Joined: Mon Nov 16, 2009 4:52 pm

Re: Expression pedal with Sub 37

Post by _DemonDan_ » Mon Apr 13, 2015 4:04 pm

A CP-251 would help with this:

http://www.moogmusic.com/products/mooge ... -processor

But a simpler solution might be to get a controller (box or keyboard) that has TRS Continuous Footcontroller inputs which can be remapped to various MIDI commands, including CC#s, Pitch Bend, Aftertouch, etc. There are often settings for the MIN and MAX values for Toe and Heel. Then connect it to the Sub 37 via MIDI.

MIDI Solutions makes a Controller Pedal to MIDI box that might do the trick for you:

http://www.sweetwater.com/store/detail/MIDIPC


Or, when the new Sub 37 1.1 Firmware comes out, you could use CV MAPPING to remap the PITCH CV IN jack to something like MOD2PAMT.

Then, make the SOURCE of MOD 2 be CONST ON. Use the CONTROLLERS menu parameter CTRL4 AMT to set the maximum bend. (The higher the CTRL4 AMT value, the less you will bend.)

To reverse the pedal's polarity, you could get a pedal that already has that ability:

http://www.sweetwater.com/store/detail/DualExpPedal

http://www.sweetwater.com/store/detail/ExpressionPED

Or, perhaps you could rewire the potentiometer in your pedal to work in reverse.
_ :twisted: _DemonDan_ :twisted: _

Dapifer
Posts: 117
Joined: Fri May 31, 2013 10:05 am
Location: Northern Ireland/Leeds, U.K

Re: Expression pedal with Sub 37

Post by Dapifer » Thu Apr 16, 2015 5:47 pm

Thanks for the tips Dan, I'll look into it.

charbot
Posts: 42
Joined: Tue Aug 26, 2014 9:41 pm

Re: Expression pedal with Sub 37

Post by charbot » Thu Apr 16, 2015 6:30 pm

_DemonDan_ wrote:A CP-251 would help with this:
http://www.moogmusic.com/products/mooge ... -processor
But a simpler solution might be to get a controller (box or keyboard) that has TRS Continuous Footcontroller inputs which can be remapped to various MIDI commands, including CC#s, Pitch Bend, Aftertouch, etc. There are often settings for the MIN and MAX values for Toe and Heel. Then connect it to the Sub 37 via MIDI.
Sounds like a good diy arduino project. Take an analog.read of any expression pedal and map it to 0- 127 of a CC# of your preference- serial out to a midi out jack. Simple stuff

User avatar
_DemonDan_
Posts: 1273
Joined: Mon Nov 16, 2009 4:52 pm

Re: Expression pedal with Sub 37

Post by _DemonDan_ » Fri Apr 17, 2015 10:42 am

charbot wrote:Sounds like a good diy arduino project. Take an analog read of any expression pedal and map it to 0- 127 of a CC# of your preference- serial out to a MIDI Out jack. Simple stuff.
Add Toe Value, Heel Value, Offset, and Curve parameters and you'd have a staggeringly useful performance tool!

Allow Toe values and Heel values to be any value such that you could reverse the direction of the pedal.

Adding a Slew Rate (glide between values) would also be musically useful (especially for Filter or Pitch Sweeps).
_ :twisted: _DemonDan_ :twisted: _

charbot
Posts: 42
Joined: Tue Aug 26, 2014 9:41 pm

Re: Expression pedal with Sub 37

Post by charbot » Fri Apr 17, 2015 2:19 pm

That could be a little complicated to try to accomplish all at once. As long as we are talking DIY project, I would recommend starting w/ something simple like getting it to work w/ one parameter, then splitting heel and toe, then slew rate, etc. offset and curve may be tough and would involve some math... oof!

Coming up w/ an elegant interface that would allow the user to easily change all those settings might be the biggest challenge.

Post Reply