|
Dynamic Channel Names
#UnO2
I agree. I think it is still amazing what you are able to accomplish with a 20 year old piece of hardware. Also, I would think it would not be that expensive to make it USB class compliant. Right now
I agree. I think it is still amazing what you are able to accomplish with a 20 year old piece of hardware. Also, I would think it would not be that expensive to make it USB class compliant. Right now
|
By
Jack Fenton
· #8519
·
|
|
Dynamic Channel Names
#UnO2
Don't get me wrong. I think Uno2 is amazing! Just thinking of ways to improve it and make it even better knowing the limitations of the FCB1010 memory. I assume the less code you have to write, the le
Don't get me wrong. I think Uno2 is amazing! Just thinking of ways to improve it and make it even better knowing the limitations of the FCB1010 memory. I assume the less code you have to write, the le
|
By
Jack Fenton
· #8517
·
|
|
Dynamic Channel Names
#UnO2
It is requested primarily for code reuse. I want to be able to use the same code preset to send to a different MIDI channel depending on the device I have selected. Instead of switch($device) { case "
It is requested primarily for code reuse. I want to be able to use the same code preset to send to a different MIDI channel depending on the device I have selected. Instead of switch($device) { case "
|
By
Jack Fenton
· #8515
·
|
|
Consumption of Memorory
#UnO2
Thanks, I'll play around with it to see what I can do to reduce memory. I only have 3 banks but most of my presets/triggers look to see what device is selected before applying the correct MIDI output.
Thanks, I'll play around with it to see what I can do to reduce memory. I only have 3 banks but most of my presets/triggers look to see what device is selected before applying the correct MIDI output.
|
By
Jack Fenton
· #8514
·
|
|
Dynamic Channel Names
#UnO2
I would like to be able to do this : VAR $ham = "Hammond" VAR $nord = "Nord" CHANNEL $nord = 12 // would like $nord to expand to NORD CHANNEL $ham = 1 // would like $ham to expand to Hammond or this:
I would like to be able to do this : VAR $ham = "Hammond" VAR $nord = "Nord" CHANNEL $nord = 12 // would like $nord to expand to NORD CHANNEL $ham = 1 // would like $ham to expand to Hammond or this:
|
By
Jack Fenton
· #8511
·
|
|
Consumption of Memorory
#UnO2
Does a sting like "Hello" consume 5 bytes of memory in the Uno Foorpedal or are they converted to 1 byte tokens before loading them on the FCB-1010 Right now I'm using a lot of strings and ran out of
Does a sting like "Hello" consume 5 bytes of memory in the Uno Foorpedal or are they converted to 1 byte tokens before loading them on the FCB-1010 Right now I'm using a lot of strings and ran out of
|
By
Jack Fenton
· #8509
·
|
|
While Statement issue with Uno2
#UnO2
Yes, I tried that at first but it continues to send notes 0 forever because integers in Uno2 cannot go below 0.
Yes, I tried that at first but it continues to send notes 0 forever because integers in Uno2 cannot go below 0.
|
By
Jack Fenton
· #8508
·
|
|
While Statement issue with Uno2
#UnO2
Hi this segment works but I had to add the if statement otherwise the "SendMidi Nord 0 0" still executes even if $Device = "Hammond" TRIGGER_CLICK AllNotesOffPanic = { switch($Device) { case "Hammond"
Hi this segment works but I had to add the if statement otherwise the "SendMidi Nord 0 0" still executes even if $Device = "Hammond" TRIGGER_CLICK AllNotesOffPanic = { switch($Device) { case "Hammond"
|
By
Jack Fenton
· #8506
·
|
|
SWEEP NRPN or SysEX
#UnO2
OK, back to BomeBox then to convert CC to NRPN or SysEx.
OK, back to BomeBox then to convert CC to NRPN or SysEx.
|
By
Jack Fenton
· #8505
·
|
|
SWEEP NRPN or SysEX
#UnO2
Hi, Is there a way to assign a SWEEP to an NRPN or SysEx Message? The Extra Voice volume parameter on my Hammond SK2 uses NRPN or SysEX and not CC message.
Hi, Is there a way to assign a SWEEP to an NRPN or SysEx Message? The Extra Voice volume parameter on my Hammond SK2 uses NRPN or SysEX and not CC message.
|
By
Jack Fenton
· #8503
·
|
|
FCB1010 UNO2 Receive
#UnO2
Ouch, OK. Guess I will need to rebuild it. I usually export this stuff to my Dropbox, however I forgot to do it this time.
Ouch, OK. Guess I will need to rebuild it. I usually export this stuff to my Dropbox, however I forgot to do it this time.
|
By
Jack Fenton
· #8501
·
|
|
FCB1010 UNO2 Receive
#UnO2
OK, here is my delemma. I have my Uno2 configuration installed on my FCB 1010, however my hard disk crashed so I now no longer have the source configuration file? Is there any way to recover it or do
OK, here is my delemma. I have my Uno2 configuration installed on my FCB 1010, however my hard disk crashed so I now no longer have the source configuration file? Is there any way to recover it or do
|
By
Jack Fenton
· #8499
·
|
|
UnO2 to send MMC messages?
#UnO2
I believe you already can as a MMC message is a type of SysEx message.
I believe you already can as a MMC message is a type of SysEx message.
|
By
Jack Fenton
· #8493
·
|
|
UnO firmware on Ed Dixon's Editor
I was never able to get the Ed Dixon editor to work with Uno. Bite the bullet and get Uno Control center and save yourself a lot of headaches.
I was never able to get the Ed Dixon editor to work with Uno. Bite the bullet and get Uno Control center and save yourself a lot of headaches.
|
By
Jack Fenton
· #8484
·
|
|
Expression pedals programming
I didn't have any problem with the expression pedals and your code looks good to me.
I didn't have any problem with the expression pedals and your code looks good to me.
|
By
Jack Fenton
· #8476
·
|
|
Uno2 Chip second hand
#UnO2
Yeah, I doubt if you will find it on eBay. Way to many Uno1 pirates out there selling chips. Even if you do find a chip, you will still need to go to their website for the license key.
Yeah, I doubt if you will find it on eBay. Way to many Uno1 pirates out there selling chips. Even if you do find a chip, you will still need to go to their website for the license key.
|
By
Jack Fenton
· #8475
·
|
|
Using BandHelper to control banks/patches on the FCB
Interesting. Can you remotely control the relays too? I didn't see it on the PDF sheet but maybe I missed it. Yes, it looks like TinyBox would indeed be another solution if you need full LED control.
Interesting. Can you remotely control the relays too? I didn't see it on the PDF sheet but maybe I missed it. Yes, it looks like TinyBox would indeed be another solution if you need full LED control.
|
By
Jack Fenton
· #8469
·
|
|
Using BandHelper to control banks/patches on the FCB
If you want complete control of FCB1010 LED's, then I'm afraid you would have to take all of the "smarts" out of the FCB1010 but getting the EurakaProm and then setting in up in IO mode. You would nee
If you want complete control of FCB1010 LED's, then I'm afraid you would have to take all of the "smarts" out of the FCB1010 but getting the EurakaProm and then setting in up in IO mode. You would nee
|
By
Jack Fenton
· #8466
·
|
|
Presets programming with Uno2 Control Centre
I wonder if you could create a Bogus Effect like EFFECTS = { MYLED STATE } And then in a trigger add: SWITCH_ON MYLED STATE The only question I would have it to assign which pedal you are switching th
I wonder if you could create a Bogus Effect like EFFECTS = { MYLED STATE } And then in a trigger add: SWITCH_ON MYLED STATE The only question I would have it to assign which pedal you are switching th
|
By
Jack Fenton
· #8446
·
|
|
Presets programming with Uno2 Control Centre
Well the LED can only be on or off, so I recommend you make it a trigger and increment each time you push VAR $triggerclickstate = 0 TRIGGER_CLICK Rec_OVR_Play = { $triggerclickstate ++ if ($triggercl
Well the LED can only be on or off, so I recommend you make it a trigger and increment each time you push VAR $triggerclickstate = 0 TRIGGER_CLICK Rec_OVR_Play = { $triggerclickstate ++ if ($triggercl
|
By
Jack Fenton
· #8442
·
Edited
|