microsampler and footcontroller ( fcb1010 )
Moderators: Sharp, X-Trade, Pepperpotty, karmathanever
microsampler and footcontroller ( fcb1010 )
Hello, I consider buying a microsampler. But I would like to know if I can control it with a foot controller (trigger samples, start sampling, etc). I have a fcb1010, so it would be great if it works with that.
Or can somebody recommend another foot controller?
Thanks in advance!
Or can somebody recommend another foot controller?
Thanks in advance!
ok, I post this, because I hope it will help some people here also:
I read on a post from the user "Horvath" that the microsampler can be controlled via sysex messages.
see the post here:
http://www.korgforums.com/forum/phpBB2/ ... 1c2fc11931
He shows the format of the sysex messages in his post:
The message format shown in the uno users guide looks very similar:
I thus think the FCB1010 can be programmed somehow to control the Microsampler, but I did not buy the Microsampler yet.
Maybe somebody is interested to try this out.
Also, I did not find in Horvat's post, if it is also possible to control things like start/stop a sample.. He is mostly referring to effects control.
I read on a post from the user "Horvath" that the microsampler can be controlled via sysex messages.
see the post here:
http://www.korgforums.com/forum/phpBB2/ ... 1c2fc11931
He shows the format of the sysex messages in his post:
Now I found out that the FCB1010 can enable a "sysex send" mode, if you installt eh UNO-firmware from http://ossandust.be/Almost every sample or FX parameter is controlled via corresponding SysEx message. For example:
F0 42 30 7F 41 (10) 00 15 00 (3F) 00 F7 (set decay 63 for very first sample)
F0 42 30 7F 41 50 00 10 00 (10) 00 F7 (set FX depth to 16)
The message format shown in the uno users guide looks very similar:
http://ossandust.be/files/FCB_UnO_v1_0_2_UserGuide.pdf10. SYSEX MODE for PC1..5, CC1..2
Each of the 7 PC and CC messages, linked to a patch, can be set in “SYSEX” mode.
When this mode is activated, the FCB does not send out the standard PC or CC
message; Instead, a sysex byte-stream is sent with following format :
- “F0-id1-id2-id3-[PC number]-F7” in case of a PC
- “F0-id1-id2-id3-[CC number]-[CC value]-F7” in case of a CC
I thus think the FCB1010 can be programmed somehow to control the Microsampler, but I did not buy the Microsampler yet.
Maybe somebody is interested to try this out.
Also, I did not find in Horvat's post, if it is also possible to control things like start/stop a sample.. He is mostly referring to effects control.
According to your quote about FCB1010 and UNO-firmware, its sysex support is yet somewhat limited.
First of all, think out what you want to control. In order. Discover corresponding messages from my descriptions and try to send them using FCB1010 (you can check them in MIDI-OX or any other MIDI-monitoring software). That's all.
Samples are triggered by note messages, on and off.
First of all, think out what you want to control. In order. Discover corresponding messages from my descriptions and try to send them using FCB1010 (you can check them in MIDI-OX or any other MIDI-monitoring software). That's all.
Samples are triggered by note messages, on and off.
Gear: Kaossilator, KP3, R3, Wavedrum, microSampler, padKontrol, PX4D | Shure WH20, Godin ACS-SA, Fernandes Tremor 5X, Boss RC-50, Roland GR-20, Novation Zero SL MkII, Emagic AMT8, Soundcraft Compact 10
Re: microsampler and footcontroller ( fcb1010 )
I wasn't able to use the fcb1010 directly, I used a midisolutions event processor plus to map midi note on from the fcb1010 to NRPG commands to change patterns 1-16 and to activate record and sample. I was able to also activate the audio in and the resample bottons. Could not access the play botton, since there is no information on activating it via midi. If anybody know the message needed to activate it, please post it here! I could really use this information. Thanks!dandriver wrote:Hello, I consider buying a microsampler. But I would like to know if I can control it with a foot controller (trigger samples, start sampling, etc). I have a fcb1010, so it would be great if it works with that.
Or can somebody recommend another foot controller?
Thanks in advance!
Re: microsampler and footcontroller ( fcb1010 )
Hello.dandriver wrote:Hello, I consider buying a microsampler. But I would like to know if I can control it with a foot controller (trigger samples, start sampling, etc). I have a fcb1010, so it would be great if it works with that.
Or can somebody recommend another foot controller?
Thanks in advance!
Two years later - I got the same question) Got a microsampler - great machine, but need some fot controc just to start prepared samples (no fx controll or something more)...have you found a solution?Tnx...
controlling the microsampler with FC-1010 via MS EPP
Go to youtube and search:
rikochetti
There's a video showing the midi foot controller FC-1010 used to trigger the patterns via the midi solutions event processor plus. I sent the programming to the midi solutions web page and they made it available to the public.
rikochetti
There's a video showing the midi foot controller FC-1010 used to trigger the patterns via the midi solutions event processor plus. I sent the programming to the midi solutions web page and they made it available to the public.
-
- Posts: 15
- Joined: Tue Oct 23, 2012 7:15 pm
- Location: United Kingdom
Play comand
No play command found, only way is to hardwire, a physical modification to solder a plug for a play switch, not the best option, my opinion.bobbyquine wrote:Hi, did you ever find out the play command?
Would I even need it if I slave the MS to another sequencer?
Sorry Im trying to work this stuff out before i buy...
Thanks
B
-
- Posts: 15
- Joined: Tue Oct 23, 2012 7:15 pm
- Location: United Kingdom
-
- Junior Member
- Posts: 54
- Joined: Thu Jun 26, 2008 10:52 pm
You can just send CC# messages to accomplish all of the NRPN functions such as record and pattern change.
All can be done with the FCB1010.
Look at the table on page 46 of the microsampler manual under 'About MIDI messages' point 5. NRPN messages
First send over CC#99 with a value of 32 (this only needs to de done once when you power the sampler up and is the MSB value in the table).
Program the FCB1010 pedals to send out CC#98 with a value corresponding to the LSB column on the table (you want the value which is NOT in brackets), this will specify which function will operate when CC#6 is received (the value of #6 corresponds to the last column on the table)
You can transmit two CC# per FCB1010 pedal, so with #98 on slot one and #6 on slot two you 'should' be able to switch functions without having to send #98 and #6 separately.
For example if I wanted to press the record button using the pedal I would send:
CC#99 = 032
CC#98 = 002
then every time the microsampler receives CC#6 = 127 the record button will operate.
If I then wanted to switch to patterns:
CC#98 = 001
Then CC#6 will change patterns depending on what value of CC#6 is received (see the table).
Hope this helps...
(Just make sure the footcontroller is sending MIDI data to the microsampler's global MIDI channel.)
All can be done with the FCB1010.
Look at the table on page 46 of the microsampler manual under 'About MIDI messages' point 5. NRPN messages
First send over CC#99 with a value of 32 (this only needs to de done once when you power the sampler up and is the MSB value in the table).
Program the FCB1010 pedals to send out CC#98 with a value corresponding to the LSB column on the table (you want the value which is NOT in brackets), this will specify which function will operate when CC#6 is received (the value of #6 corresponds to the last column on the table)
You can transmit two CC# per FCB1010 pedal, so with #98 on slot one and #6 on slot two you 'should' be able to switch functions without having to send #98 and #6 separately.
For example if I wanted to press the record button using the pedal I would send:
CC#99 = 032
CC#98 = 002
then every time the microsampler receives CC#6 = 127 the record button will operate.
If I then wanted to switch to patterns:
CC#98 = 001
Then CC#6 will change patterns depending on what value of CC#6 is received (see the table).
Hope this helps...
(Just make sure the footcontroller is sending MIDI data to the microsampler's global MIDI channel.)
micro-KORG/X/SAMPLER
KP3
nanoKONTROL
padKONTROL
KP3
nanoKONTROL
padKONTROL
-
- Posts: 4
- Joined: Fri Oct 25, 2013 12:28 am
Hey guys - I know this is an old thread but it's exactly what I am dealing with now.
Does anyone have any insight into programming the FCB1010 and Event Processor with the Microsamplers efx section?
All I want is 5 options for efx (stompbox mode)
Eg; set one to be delay on /off - reverb on / off etc..
There is this thread
http://www.korgforums.com/forum/phpBB2/ ... hp?t=55884
where the poster details the sysex he used but it has me stumped. Is there anyone out there that can help me program this thing with efx?
Does anyone have any insight into programming the FCB1010 and Event Processor with the Microsamplers efx section?
All I want is 5 options for efx (stompbox mode)
Eg; set one to be delay on /off - reverb on / off etc..
There is this thread
http://www.korgforums.com/forum/phpBB2/ ... hp?t=55884
where the poster details the sysex he used but it has me stumped. Is there anyone out there that can help me program this thing with efx?