building a switching system

Started by Dimitree, June 24, 2008, 07:00:10 PM

Previous topic - Next topic

Dimitree

Hi guys! I'd like to know if it is possible to build a switching system like this: http://www.voodoolab.com/gcx.htm and this
and build a pedalboard that control this switcher..like this http://www.axess-electronics.com/sc/index.php
Basically a system like these..
I'd like to rackmount all my pedals and control it with a pedalboard on the ground that switch in and off these pedals and select different patches for these pedals..(and if it is possible recall different MIDI patches on the effects like Whammy, etc..)..
It is possible? are there projects ready to made?
I hope you understand my question..I'm italian so I don't speak english very well..  :)
many thanks
Dimitri

WLTerry

Maybe you must read first this RG's articles:

http://www.geofex.com/article_folders/fxswitchr/fxswitchr.htm
http://www.geofex.com/article_folders/rmtswtch/rmtsw.htm

I've found something about a DIY MIDI foot controller right here: http://tomscarff.tripod.com/prg_chx8/program_change.htm . Didn't read it yet but as I see there is some PIC microcontroller programming involved.

The idea is plug your effect pedals, effect racks, amp channel switcher, etc into one rack-mount device controlled by a PIC microcontroller and should be able to switch your effects using relays. MIDI in/out is necessary to plug in it the foot controller. I'm looking into it too, so in a near future I want to build a custom DIY MIDI switcher, but should research first.

Cheers
Will

RonaldB

Iám building one at this moment, it's from this site: http://www.jimkim.de/html/guitar02_01.htm

Great project and well documented.

flo

I'm going to build one using the MidiBox. This is a great supported platform to use Midi with lots of Input and Output options.
www.ucapps.de

Hardware and Software is very well documented and there is a good forum:
http://www.midibox.org/forum/index.php

PCBs and kits are available and inexpensive:
www.mikes-elektronikseite.de

My work in progress (not very far yet...):
Guitar FX switcher with MidiBox
http://www.midibox.org/forum/index.php/topic,11705.0.html

Use a MidiBox with the following MidiBox modules:
- CORE Module, that I can program to receive the midi from the footcontroller and translate midi program changes into on-off digital signal outputs.
http://www.ucapps.de/index.html?page=mios_c_set_dout.html
- DOUT Module, the digital outputs that will be set by the CORE module and will control the relais.
http://www.ucapps.de/index.html?page=mios_c_set_dout.html
- LC Display 16x2 with backlight (for developing/debugging/testing purposes only, final version does not need a UserInterface)
http://www.ucapps.de/index.html?page=mios_c_set_dout.html
- PIC18F4620 (with the bootloader)
www.mikes-elektronikseite.de

I will use my a Behringer FCB1010 floorboard to send one Midi CC mesage per knob (secondhand buy for 100 euro).

Use DPDT relais for bypass switching FXs:
DPDT relais switch board, controlled by the MidiBox DOUT module.
Each of these DPDT relais will bypass or enable one FX.
Drive the relais with a ULN2803, 8 relais driver, chip.
http://www.ucapps.de/midio128/relay_example.pdf
http://www.ucapps.de/mbhp/mbhp_doutx1_reed_relays.pdf
http://www.ucapps.de/midio128/uln2803.pdf

Dimitree

thanks! lot of infos!
it is possible to build a foot controller too or we must use a foot controller such as behringer, for example?


grjeff

#6
    Hello, I am new to DIYSB. So far from what I've read by the postings, I am very glad to be here. I'm just an electronic tech, still green and soaking wet behind the ears, but to continue to develop and learn all I can is why I'm here.
    I've been searching for people on the same page about signal routing and switching loop matrix among many other things. However, I'm not seeing anyone mentioning Sound Sculpture.  I only have read about it but it sounds as if very little can come close to the switchblade series. Also what looks like another cool product is the little Giant from Gordius.
www.soundsculpture.com
www.gordius.be/

    This is the stuff of what dreams are made of. That is of course if you have the money. Still these items do indeed inspire. They kind of remind me of the old 360 systems 16x16 loop units from the mid 1980's but on an enhanced radio active anti-matter laced steroid!
    If Robert Fripp uses them it's got to be good. If only some one could share a cracked reverse engineered version, only slightly altered by at least 10% to not infringe on any copyrights!?

flo

#7
That Soundsculpture Switchblade sure looks nice! Got to love a switch matrix...
For a switching matrix solution see also:
http://www.midibox.org/forum/index.php/topic,11262.0.html
I'll build one of those when that project has been completed. Currently the MidiBox extention boards are being developed for this (I think using the AD75019). I expect some bulk order for those boards in the not so distant future...

In the mean time I'll continue designing and building my switcher with simple loopers based on the (hardware) functionality of the VoodooLab GCX (but not its midi-implementation, I design my own):
http://www.voodoolab.com/manuals/gcx_manual.pdf

Guitar FX switcher with MidiBox
http://www.midibox.org/forum/index.php/topic,11705.0.html

Updated project with the looper usage types:
http://www.midibox.org/dokuwiki/flo#fx_bypass_loopers

WLTerry

WOW flo...!!! this is a lot of info! Thanxs so much. I'll check it out... gives me lots of ideas.