Page 2 of 4
Re: Sound change with Stage 2
Posted: 08 Feb 2012, 02:42
by anotherscott
Cool mod, FunKey.
Someone has come out with a mod for the FCB1010 that fixes bugs and adds a bunch of new features to it... check it out at
http://www.ossandust.be/
There's also a whole users group for it at
http://launch.groups.yahoo.com/group/fcb1010_uno/
Re: Sound change with Stage 2
Posted: 12 Jan 2014, 02:58
by mtier0067
Awesome mod with the sustain pedal!
http://www.lg-fcb.com/lgfcb_software.php
It looks like the new editor for the UnO offers momentary control so you can use any one of the switches as a momentary "sustain" pedal or similar depending on what cc# you are affecting. So no cutting, soldering, etc necessary!
Thought anyone who is interested in getting a all-in-one pedal board with 2 exp pedals and 5 stompboxes, 5 other switches would think this is interesting...
Re: Sound change with Stage 2
Posted: 11 Jun 2015, 07:46
by lilium82
Hanon_CTS wrote:TomAlm wrote:Is it possible with Stage 2 to change sounds with pedal. If isn't, is it possible to change sounds with midi pedal and what kind of midi pedal do you need for that?
Hello TomAlm,
Welcome to the forums!
Tom,
It isn't possible to switch programs by any of the NS2's pedals.
However, it is possible by using the
MIDI Solutions'
Footswitch controller:
http://www.thomann.de/gb/midi_solutions ... roller.htm
Cheers, Hanon
Hi I have this midi controller but I can't understand how to program it. Could you or Anyone who uses it write down the complete programming code?
thank You so much
Andrea
Re: Sound change with Stage 2
Posted: 11 Jun 2015, 08:16
by pablomastodon
Hi Andrea,
Your best solution will be to contact Midi Solutions about that.
BLess,
Pablo
Re: Sound change with Stage 2
Posted: 17 Dec 2015, 20:35
by PRJCT
mtier0067 wrote:Awesome mod with the sustain pedal!
http://www.lg-fcb.com/lgfcb_software.php
It looks like the new editor for the UnO offers momentary control so you can use any one of the switches as a momentary "sustain" pedal or similar depending on what cc# you are affecting. So no cutting, soldering, etc necessary!
Thought anyone who is interested in getting a all-in-one pedal board with 2 exp pedals and 5 stompboxes, 5 other switches would think this is interesting...
Is this still the only option for momentary control on the FCB1010? Or can I do this without the UNO chip?
Re: Sound change with Stage 2
Posted: 26 Apr 2016, 14:57
by m-opus
Hi there,
I have bought an FCB1010 to change programs on my Nord Stage 2 EX, but I am having difficulty understanding what's going on. I have the MIDI Implementation page from the Nord Stage, and the instructions from the FCB10101 manual - but I can't seem to find out how to do what I'd like to do! What I'd like is to increment through the Nord's programs, using one pedal - is that possible?
Clicking the pedals of the FCB1010 does change the programs on the Nord, but always starting at Bank A, Page 3, Program 1... why Page 3, I don't know.
Could anyone tell me, is there a MIDI command I could enter in the FCB1010 to make the Nord Stage 2 increment through it's programs? I don't see anything like that on the Nord MIDI Implementation page.
Many thanks! Jonathan
Re: Sound change with Stage 2
Posted: 26 Apr 2016, 15:14
by maxpiano
m-opus wrote:Hi there,
I have bought an FCB1010 to change programs on my Nord Stage 2 EX, but I am having difficulty understanding what's going on. I have the MIDI Implementation page from the Nord Stage, and the instructions from the FCB10101 manual - but I can't seem to find out how to do what I'd like to do! What I'd like is to increment through the Nord's programs, using one pedal - is that possible?
Clicking the pedals of the FCB1010 does change the programs on the Nord, but always starting at Bank A, Page 3, Program 1... why Page 3, I don't know.
Could anyone tell me, is there a MIDI command I could enter in the FCB1010 to make the Nord Stage 2 increment through it's programs? I don't see anything like that on the Nord MIDI Implementation page.
Many thanks! Jonathan
Nord Stage does not support a MIDI Cc message to just increment its Programs, it requires the exact Bank and ProgramChange every time, so either the Foot Controller has mode so that it can manage the increment and generate the correct Bank/PC messages autonomously (as for example the MidiMouse can, not sure the FCB can) or you can only associate each of the FCB switches to a specific NS2 Program.
Re: Sound change with Stage 2
Posted: 26 Apr 2016, 15:51
by m-opus
Thanks Maxpiano, that's good to know.
Cheers, Jonathan
Re: Sound change with Stage 2
Posted: 26 Apr 2016, 16:33
by jfenton
Hi Jonathan, I think I also answered this in the FCB Uno forum but you did not indicate there that you are also on the wrong bank. In order to get to bank A you need to set CC #32 (LSB of bank select) to 0 before you do a PC.
The FCB implements in this order so the CC change has to come before the PC
PC1
PC2
PC3
PC4
CC1
CC2
PC5
So you would probably need to use PC5 for your program change after using CC1 or CC2 (whichever global channel you are using) or controller 32
I just have a pedal (Init) to ensure I set up bank 0 before I use any other pedals. You can also do this on a stompbox (if you use FCB Uno)
I think probably best place for future answers on this is on the FCB1010 forum as it is more related to programming the FCB1010. Now if anyone knows of a program increment/decrement Midi function on the NS2, that would be a different story.
Regards,
Re: Sound change with Stage 2
Posted: 26 Apr 2016, 16:57
by m-opus
That's brill Jack, thanks so much for that info. I'm normally not too bad with this sort of thing, but this time, I'm out of depth!
Thanks, Jonathan