ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2017-03-25T15:34:02+02:00 https://brainmodular.com/forums/app.php/feed/topic/2376 2017-03-25T15:34:02+02:00 2017-03-25T15:34:02+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36898#p36898 <![CDATA[Roland FC300 SysEx]]> Statistics: Posted by gron — 25 Mar 2017, 14:34


]]>
2017-03-15T22:51:39+02:00 2017-03-15T22:51:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36860#p36860 <![CDATA[Roland FC300 SysEx]]>
http://www.sensomusic.com/forums/upload ... fastscript
http://www.sensomusic.com/forums/upload ... fastscript

The first receives the messages and outputs the on/off status for each of the switches and 0..1 values for each expression pedal.
The second updates each of the various LEDs as well as the bank number display and the LCD display,

The reason for the split in two is quite simply that the input and output messages don't have anything to do with each other, so it's up to you to code eg. an on/off toggle of a LED triggered by succesive presses of a switch.

I have to warn you that I haven't done much testing of the finished code

Statistics: Posted by bsork — 15 Mar 2017, 21:51


]]>
2017-03-15T09:06:12+02:00 2017-03-15T09:06:12+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36857#p36857 <![CDATA[Roland FC300 SysEx]]> Statistics: Posted by bsork — 15 Mar 2017, 08:06


]]>
2017-03-14T04:32:32+02:00 2017-03-14T04:32:32+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36852#p36852 <![CDATA[Roland FC300 SysEx]]>

Statistics: Posted by gron — 14 Mar 2017, 03:32


]]>
2017-03-13T17:20:37+02:00 2017-03-13T17:20:37+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36849#p36849 <![CDATA[Roland FC300 SysEx]]>

Forbidden
You don't have permission to access /addons/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Statistics: Posted by bsork — 13 Mar 2017, 16:20


]]>
2017-03-13T16:05:52+02:00 2017-03-13T16:05:52+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36848#p36848 <![CDATA[Roland FC300 SysEx]]> sorry for these news
here the file : Download

Stange about the addon page, are you log in ? ( sometimes you need to log again on some pages ( will be fixed for HH3 soon)

Statistics: Posted by nay-seven — 13 Mar 2017, 15:05


]]>
2017-03-13T14:54:12+02:00 2017-03-13T14:54:12+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36847#p36847 <![CDATA[Roland FC300 SysEx]]>

BTW - and this is embarrasing since I still am supposed to be an Administrator - but when I now tried to have a look at the current addons page, I didn't have access to it.

Statistics: Posted by bsork — 13 Mar 2017, 13:54


]]>
2017-03-13T10:15:44+02:00 2017-03-13T10:15:44+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36846#p36846 <![CDATA[Roland FC300 SysEx]]> maybe Bsork can update it

Statistics: Posted by nay-seven — 13 Mar 2017, 09:15


]]>
2017-03-13T06:25:23+02:00 2017-03-13T06:25:23+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36845#p36845 <![CDATA[Roland FC300 SysEx]]>
I'm new to this and learning/testing out Usine right now to see if and how it will work for my equipment and needs (which includes an FC300)

I have not yet licensed (I'm non-pro but working out whether pro may be worth it) and I can't seem to download your scripts from the link you provided. Is it because of my license? I note this thread is a couple of years old so maybe it's been taken down?

Statistics: Posted by gron — 13 Mar 2017, 05:25


]]>
2014-04-12T13:51:07+02:00 2014-04-12T13:51:07+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29332#p29332 <![CDATA[Roland FC300 SysEx]]>
now I have some time to dig into it.
I'm kind of new to these things, but I will try to understand and implement this by myself.
I'll let you know if I have persistent issues.

thanx again for showing me the way !

Statistics: Posted by fractalist — 12 Apr 2014, 13:51


]]>
2014-04-03T09:16:09+02:00 2014-04-03T09:16:09+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29275#p29275 <![CDATA[Roland FC300 SysEx]]>
I don't remember details right now (and haven't got time to check), but the add-on is centered around two scripts. One for interpreting SysEx from the pedal, and one for updating the LEDs and the LCD display. For Hollyhock, I have however made C++ user modules, but I've never got around to upload them. I see if I can do that within a few a days if you want, but I'm on WIndows so someone has to compile them for Mac.

And you're right; the only way AFAIK to control the pedal from the outside is with SysEx. I can't remember if you can have the pedal in another mode than the SysEx mode and do this, though. If that's possible and you only want control of one single LED, a simple SysEx patch should do the trick. Check the manual (which contains some higly annoying errors in th SysEx part, but thankfully not concerning the LEDs). If you try this, you can probably drop any concerns about the checksum byte. When I tested this, I found out that the FC didn't bother with the checksum at all. Just in case though, I incorporated it in the script.

Statistics: Posted by bsork — 03 Apr 2014, 09:16


]]>
2014-04-03T01:06:53+02:00 2014-04-03T01:06:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29273#p29273 <![CDATA[Roland FC300 SysEx]]>
the basics of what I want to do :
I use the FC300 to control a MIDI looper I'm currently trying to set up in usine.
One of the pedal controls rec/play/overdub, etc... by changing the value of a switch that receives the pedal's CC message.
various states of my little loop system automatically act on that switch.
so, what I need is to update to value of this pedal (CC 0 or 127) and its LED accordingly.
I thought that sending the right MIDI CC message to the FC 300 through its midi input would be enough, but it does nothing (I'm in control mode by the way).

Should I understand that, to send such information to my FC300, I have to use sysex messages ? (I never used those....)
would the add-on you built help me achieving that ?

I'm using Hollyhock only, as a mac user.

Statistics: Posted by fractalist — 03 Apr 2014, 01:06


]]>
2014-04-03T00:34:45+02:00 2014-04-03T00:34:45+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29270#p29270 <![CDATA[Roland FC300 SysEx]]> ?
I'm not sure yet if it will help me the way I hope, but if it does, it would be a relief

Statistics: Posted by fractalist — 03 Apr 2014, 00:34


]]>
2011-01-14T13:46:33+02:00 2011-01-14T13:46:33+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=17743#p17743 <![CDATA[Roland FC300 SysEx]]> Unhopefully my VG99 doesn't want to leave my fc300 alone in RRC2 mode, it keeps overriding the messages even with midi, sysex and FC300 off on the vg99.
It's really a pity, your patch looks fine !

Statistics: Posted by La Tenaille — 14 Jan 2011, 12:46


]]>
2010-08-21T15:30:17+02:00 2010-08-21T15:30:17+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=15276#p15276 <![CDATA[Roland FC300 SysEx]]> Thanks

Statistics: Posted by La Tenaille — 21 Aug 2010, 15:30


]]>
2010-08-20T17:47:26+02:00 2010-08-20T17:47:26+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=15269#p15269 <![CDATA[Roland FC300 SysEx]]> hope you'll have feedback soon...........

Statistics: Posted by nay-seven — 20 Aug 2010, 17:47


]]>
2010-08-20T16:00:16+02:00 2010-08-20T16:00:16+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=15266#p15266 <![CDATA[Roland FC300 SysEx]]>
The most interesting files are the three scripts, which are also included in separate test patches. There are two scripts and patches to receive messages; one outputs values through outlets on the script, the other sends IML messages to do the same. Another script creates messages to send back to the LEDs and the Bank/Number and LCD displays on the FC.

Although the scripts are only directly useful for the FC300 (and possibly some other Roland or Boss controller?), I think that they might be of interest for other controllers too - at least as a starting point.

I have only created Wikis for the scripts.

Here it is

Statistics: Posted by bsork — 20 Aug 2010, 16:00


]]>
BrainModular BrainModular Users Forum 2017-03-25T15:34:02+02:00 https://brainmodular.com/forums/app.php/feed/topic/2376 2017-03-25T15:34:02+02:00 2017-03-25T15:34:02+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36898#p36898 <![CDATA[Roland FC300 SysEx]]> Statistics: Posted by gron — 25 Mar 2017, 14:34


]]>
2017-03-15T22:51:39+02:00 2017-03-15T22:51:39+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36860#p36860 <![CDATA[Roland FC300 SysEx]]>
http://www.sensomusic.com/forums/upload ... fastscript
http://www.sensomusic.com/forums/upload ... fastscript

The first receives the messages and outputs the on/off status for each of the switches and 0..1 values for each expression pedal.
The second updates each of the various LEDs as well as the bank number display and the LCD display,

The reason for the split in two is quite simply that the input and output messages don't have anything to do with each other, so it's up to you to code eg. an on/off toggle of a LED triggered by succesive presses of a switch.

I have to warn you that I haven't done much testing of the finished code

Statistics: Posted by bsork — 15 Mar 2017, 21:51


]]>
2017-03-15T09:06:12+02:00 2017-03-15T09:06:12+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36857#p36857 <![CDATA[Roland FC300 SysEx]]> Statistics: Posted by bsork — 15 Mar 2017, 08:06


]]>
2017-03-14T04:32:32+02:00 2017-03-14T04:32:32+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36852#p36852 <![CDATA[Roland FC300 SysEx]]>

Statistics: Posted by gron — 14 Mar 2017, 03:32


]]>
2017-03-13T17:20:37+02:00 2017-03-13T17:20:37+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36849#p36849 <![CDATA[Roland FC300 SysEx]]>

Forbidden
You don't have permission to access /addons/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Statistics: Posted by bsork — 13 Mar 2017, 16:20


]]>
2017-03-13T16:05:52+02:00 2017-03-13T16:05:52+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36848#p36848 <![CDATA[Roland FC300 SysEx]]> sorry for these news
here the file : Download

Stange about the addon page, are you log in ? ( sometimes you need to log again on some pages ( will be fixed for HH3 soon)

Statistics: Posted by nay-seven — 13 Mar 2017, 15:05


]]>
2017-03-13T14:54:12+02:00 2017-03-13T14:54:12+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36847#p36847 <![CDATA[Roland FC300 SysEx]]>

BTW - and this is embarrasing since I still am supposed to be an Administrator - but when I now tried to have a look at the current addons page, I didn't have access to it.

Statistics: Posted by bsork — 13 Mar 2017, 13:54


]]>
2017-03-13T10:15:44+02:00 2017-03-13T10:15:44+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36846#p36846 <![CDATA[Roland FC300 SysEx]]> maybe Bsork can update it

Statistics: Posted by nay-seven — 13 Mar 2017, 09:15


]]>
2017-03-13T06:25:23+02:00 2017-03-13T06:25:23+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=36845#p36845 <![CDATA[Roland FC300 SysEx]]>
I'm new to this and learning/testing out Usine right now to see if and how it will work for my equipment and needs (which includes an FC300)

I have not yet licensed (I'm non-pro but working out whether pro may be worth it) and I can't seem to download your scripts from the link you provided. Is it because of my license? I note this thread is a couple of years old so maybe it's been taken down?

Statistics: Posted by gron — 13 Mar 2017, 05:25


]]>
2014-04-12T13:51:07+02:00 2014-04-12T13:51:07+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29332#p29332 <![CDATA[Roland FC300 SysEx]]>
now I have some time to dig into it.
I'm kind of new to these things, but I will try to understand and implement this by myself.
I'll let you know if I have persistent issues.

thanx again for showing me the way !

Statistics: Posted by fractalist — 12 Apr 2014, 13:51


]]>
2014-04-03T09:16:09+02:00 2014-04-03T09:16:09+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29275#p29275 <![CDATA[Roland FC300 SysEx]]>
I don't remember details right now (and haven't got time to check), but the add-on is centered around two scripts. One for interpreting SysEx from the pedal, and one for updating the LEDs and the LCD display. For Hollyhock, I have however made C++ user modules, but I've never got around to upload them. I see if I can do that within a few a days if you want, but I'm on WIndows so someone has to compile them for Mac.

And you're right; the only way AFAIK to control the pedal from the outside is with SysEx. I can't remember if you can have the pedal in another mode than the SysEx mode and do this, though. If that's possible and you only want control of one single LED, a simple SysEx patch should do the trick. Check the manual (which contains some higly annoying errors in th SysEx part, but thankfully not concerning the LEDs). If you try this, you can probably drop any concerns about the checksum byte. When I tested this, I found out that the FC didn't bother with the checksum at all. Just in case though, I incorporated it in the script.

Statistics: Posted by bsork — 03 Apr 2014, 09:16


]]>
2014-04-03T01:06:53+02:00 2014-04-03T01:06:53+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29273#p29273 <![CDATA[Roland FC300 SysEx]]>
the basics of what I want to do :
I use the FC300 to control a MIDI looper I'm currently trying to set up in usine.
One of the pedal controls rec/play/overdub, etc... by changing the value of a switch that receives the pedal's CC message.
various states of my little loop system automatically act on that switch.
so, what I need is to update to value of this pedal (CC 0 or 127) and its LED accordingly.
I thought that sending the right MIDI CC message to the FC 300 through its midi input would be enough, but it does nothing (I'm in control mode by the way).

Should I understand that, to send such information to my FC300, I have to use sysex messages ? (I never used those....)
would the add-on you built help me achieving that ?

I'm using Hollyhock only, as a mac user.

Statistics: Posted by fractalist — 03 Apr 2014, 01:06


]]>
2014-04-03T00:34:45+02:00 2014-04-03T00:34:45+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=29270#p29270 <![CDATA[Roland FC300 SysEx]]> ?
I'm not sure yet if it will help me the way I hope, but if it does, it would be a relief

Statistics: Posted by fractalist — 03 Apr 2014, 00:34


]]>
2011-01-14T13:46:33+02:00 2011-01-14T13:46:33+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=17743#p17743 <![CDATA[Roland FC300 SysEx]]> Unhopefully my VG99 doesn't want to leave my fc300 alone in RRC2 mode, it keeps overriding the messages even with midi, sysex and FC300 off on the vg99.
It's really a pity, your patch looks fine !

Statistics: Posted by La Tenaille — 14 Jan 2011, 12:46


]]>
2010-08-21T15:30:17+02:00 2010-08-21T15:30:17+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=15276#p15276 <![CDATA[Roland FC300 SysEx]]> Thanks

Statistics: Posted by La Tenaille — 21 Aug 2010, 15:30


]]>
2010-08-20T17:47:26+02:00 2010-08-20T17:47:26+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=15269#p15269 <![CDATA[Roland FC300 SysEx]]> hope you'll have feedback soon...........

Statistics: Posted by nay-seven — 20 Aug 2010, 17:47


]]>
2010-08-20T16:00:16+02:00 2010-08-20T16:00:16+02:00 https://brainmodular.com/forums/viewtopic.php?t=2376&p=15266#p15266 <![CDATA[Roland FC300 SysEx]]>
The most interesting files are the three scripts, which are also included in separate test patches. There are two scripts and patches to receive messages; one outputs values through outlets on the script, the other sends IML messages to do the same. Another script creates messages to send back to the LEDs and the Bank/Number and LCD displays on the FC.

Although the scripts are only directly useful for the FC300 (and possibly some other Roland or Boss controller?), I think that they might be of interest for other controllers too - at least as a starting point.

I have only created Wikis for the scripts.

Here it is

Statistics: Posted by bsork — 20 Aug 2010, 16:00


]]>