Jump to content
Why become a member? ×

Midi controllable presets on your analogue pedals


GisserD
 Share

Recommended Posts

I've had an idea.... and it may be a good one :)

I've come up with a workable and cost effective design for a control system that would allow users to effectively use midi PC data to set presets on their existing analogue pedals. It wouldn't involve any electronics or soldering on the users part, and would be easily retrofittable to virtually any pedalboard, and wouldn't take up any more space than a power supply.

The idea is that there would be a number of channels, and the user can define which pots they control. They could be multiple pots on the same pedal, or many pot on multiple pedals.

 

Is this something that you as a pedal buyer/user/lover/addict (delete as appropriate) would be interested in?

 

Any questions, comments, suggestions will be welcomed.

I anticipate a lot of comments regarding cost so lets say for argument's sake it costs no more than £35 per channel.

 

edit*

If anybody has some programming skills and would like to come onboard with a project like this then id welcome a partnership. I have all the mechanicals down, but the programming is beyond me.

PM me if your interested.

Edited by GisserD
programmer reqd.
  • Like 2
Link to comment
Share on other sites

Sounds great! Count me in! 

I'm guessing you'll be putting the same question to TB'ers, where you're building up a bit of a following with your FI housing design?

You'll be setting up a Southern version of COG next, before we know it! :)

Edited by Al Krow
Link to comment
Share on other sites

1 minute ago, Al Krow said:

Sounds great! Count me in! 

I'm guessing same question to TB'ers, where you're building up a bit of a following with your FI housing design. 

You'll be setting up a Southern version of COG next, before you know it! 

Thanks Bas, ill probably keep the discussion on this side of the pond for now.

So do you realistically think that it would be a product that you would spend your hard earned on?

Link to comment
Share on other sites

1) how many pedals it could control? its a modular design so im thinking there will be choice between maybe 5-10 channels per unit

2) size? no bigger than a Voodoo PP2+ power supply

3) how does it differ / improve on eg a Boss ES8? it wouldn't be a loop switcher. I appreciate however that it may be best utilised on a board that has one.

4) obviously cost. impossible to sat at the moment, but to be a viable product i think it would have to be sub £35 per channel

  • Like 1
Link to comment
Share on other sites

 

1 minute ago, EBS_freak said:

I'm guessing you are implementing something along these lines - with a servo/motor instead of the impression pedal?

3rdhand-jpg.2337166

Sort of yes. But my solution is far more discrete.

  • Like 1
Link to comment
Share on other sites

1 minute ago, GisserD said:

i have seen that. but that's not how im proposing to do it.

 

Having the servo on the pedal like that clearly isn't an option

No - and thats where the fun begins - securing the servo so it can bit to all pedals, that's where things start getting complex. The "third hand" is actually a very good method, having used one - but very clunky for controlling multiple channels. Interested to see how you progress... especially for something universal.

Link to comment
Share on other sites

3 minutes ago, EBS_freak said:

PS - the only reason I'm in the know on this - I've already been there. I can also give you the heads up that trimming the pots by the controller is key - thats the gotcha. Not all pots are equal in the amount they rotate.

yes the design allows for eact pot to be uniquely trimmed, by manually setting a maximum and minimum. then the program will do the rest.

The design allows the user to set the pot position, and the program will know where it is. Without this feedback look, the whole system would be useless.

Link to comment
Share on other sites

@GisserD

Sounds really cool. Does it require any modification to the pedals it controls? Do you have to remove the original knobs? Can the pedals be dialled in the same way as normal (i.e. with hands and then the positions saved) or do all adjustments need to be done via the new controller?

When you talk of channels, is each knob controlled by a separate MIDI channel? Or is each of your units (with however many controls) addressed on a single MIDI channel and then each knob controlled by a different CC number on that one channel?

I’m very curious. Presets on my Enigma would be wicked. 

Edited by Quatschmacher
Link to comment
Share on other sites

Does it require any modification to the pedals it controls? No

Do you have to remove the original knobs? Yes, the system will require the removal of knobs, but if i can make it low profile enough, i may be able to replace the knobs on top of the mechanism.

Can the pedals be dialled in the same way as normal (i.e. with hands and then the positions saved) yes that's how it will work

or do all adjustments need to be done via the new controller? No

When you talk of channels, is each knob controlled by a separate MIDI channel? Or is each of your units (with however many controls) addressed on a single MIDI channel and then each knob controlled by a different CC number on that one channel? It will work on one midi channel. Controlling multiple parameter channels

Edited by GisserD
elaborated on some answers
Link to comment
Share on other sites

13 minutes ago, GisserD said:

Does it require any modification to the pedals it controls? No

 

Do you have to remove the original knobs? Yes, the system will require the removal of knobs

Can the pedals be dialled in the same way as normal (i.e. with hands and then the positions saved) yes that's how it will work

or do all adjustments need to be done via the new controller? No

When you talk of channels, is each knob controlled by a separate MIDI channel? Or is each of your units (with however many controls) addressed on a single MIDI channel and then each knob controlled by a different CC number on that one channel?

It will wotk on one midi chanel. Controlling multiple parameter chanells

That sounds cool then.

Will it fit pedals with knobs close together or those slim, non-removable knobs (the ones which just look like shafts (like on the Glou-Glou Pralines))?

Link to comment
Share on other sites

3 hours ago, CameronJ said:

This sounds incredibly cool, and combined with a loop switcher like a Boss ES8 or Gig Rig G2 could give players serious control. Definitely following this!

i think it will be most useful on a loop switcher based rig for fully automated preset control. but it would still useful without one, the user would just still have to switch the pedals on and off.

  • Like 1
Link to comment
Share on other sites

If anybody has some programming skills and would like to come onboard with a project like this then id welcome a partnership. I have all the mechanicals down, but the programming is beyond me.

PM me if your interested.

Link to comment
Share on other sites

1 hour ago, GisserD said:

If anybody has some programming skills and would like to come onboard with a project like this then id welcome a partnership. I have all the mechanicals down, but the programming is beyond me.

PM me if your interested.

What’s your microprocessor of choice?

Link to comment
Share on other sites

Teensy is a good call.

PS Have you any idea how you are going to be saving settings?

For example, you may want to think of stuff in terms of banks and patches. Maybe each bank having 4 presets. If you then said had a support for 8 pedals with say, 3 variable controllers, thats something like 96 bytes of information per bank. Be wary that some microprocessors have relatively small EEPROM. For example, taking this example, that would give you only 5 banks. A lot of people will use a bank per song... so be mindful to get something that can handle this sort of memory requirement. This is also assuming fixed values... you may want some movement (which would be really cool and certainly something that I'd imagine would be really cool - imagine a tremolo effect for example, by turning a volume pot up and down)

Before going too far, get some requirements nailed down from the guys that are going to use this.

Additionally, been thinking about this, not sure that servo is the best option for this - you may want to look into stepper motors.

Shout me if you want some more info.

Edited by EBS_freak
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...