Smart move to set one to undo redo. I always like to have but that means you can have all tracks with stop buttons because the play buttons become undo redo after the button press, will use this for sure thanks
As an alternative, you can put a Midi transformer between the FCB1010 and your RC505 (I'm using a Raspberry PI with python-rtmidi, but one can simply use any computer). Program the FCB1010 to send note ON and OFF and the transformer to change the note message to equivalent CC messages with value 63 (when note ON) and 64 (when note OFF). Voila
@@tonydelaval4184 Yes, but you need at least some programming knowledge, or good luck with ChatGPT. I am using Python with python-rtmidi library. Install both. Then program the FCB1010 pedals to send note messages, for example notes 20, 21, 22, 23, 24. Then in the python script make a loop which catches incoming note messages. Turn the NOTE messages into CC messages and forward them to MIDI OUT. For example: On NOTE ON #20 send a CC #20 message with value 0, and on NOTE OFF #20 a CC #20 message with value 127. Then in the RC505 use an assignment as described in the video, source CC message 20-24, type "Momentary". Note> I am doing this on a separate micro-computer, a Raspberry PI, with only the pedal on MIDI IN. If you are using your PC with several instruments connected on MIDI IN you need to make sure the pedal is sending on a separate MIDI channel, and make your script listen on this channel only. Otherwise notes of the pedal and the instruments would mix
Smart move to set one to undo redo. I always like to have but that means you can have all tracks with stop buttons because the play buttons become undo redo after the button press, will use this for sure thanks
As an alternative, you can put a Midi transformer between the FCB1010 and your RC505 (I'm using a Raspberry PI with python-rtmidi, but one can simply use any computer). Program the FCB1010 to send note ON and OFF and the transformer to change the note message to equivalent CC messages with value 63 (when note ON) and 64 (when note OFF). Voila
Hello, is it possible to do the same configuration with only a PC ? Without purchasing the chip ? If so, do you know how to do it ? Thx ! :)
@@tonydelaval4184 Yes, but you need at least some programming knowledge, or good luck with ChatGPT. I am using Python with python-rtmidi library. Install both. Then program the FCB1010 pedals to send note messages, for example notes 20, 21, 22, 23, 24. Then in the python script make a loop which catches incoming note messages. Turn the NOTE messages into CC messages and forward them to MIDI OUT. For example: On NOTE ON #20 send a CC #20 message with value 0, and on NOTE OFF #20 a CC #20 message with value 127. Then in the RC505 use an assignment as described in the video, source CC message 20-24, type "Momentary".
Note> I am doing this on a separate micro-computer, a Raspberry PI, with only the pedal on MIDI IN. If you are using your PC with several instruments connected on MIDI IN you need to make sure the pedal is sending on a separate MIDI channel, and make your script listen on this channel only. Otherwise notes of the pedal and the instruments would mix
@@tonydelaval4184 Yes. Do you know Python and can you read/adapt code? Then I can send you a copy
not cheap solution FCB505 cost about USD30, Raspberry PI about 100
And you don't need to know about Python and programming