|
Expression pedal is only on/off
#UnO2
If I remember, I had to do some sort of memory initialization (in addition to exp pedal calibration), when I put my UNO firmware in. There should be no reason 1.0.4 should not work unless you have a b
If I remember, I had to do some sort of memory initialization (in addition to exp pedal calibration), when I put my UNO firmware in. There should be no reason 1.0.4 should not work unless you have a b
|
By
Jack Fenton
· #8782
·
Edited
|
|
FCB1010UNO2 as FC-300 for Roland Fr-4x
#UnO2
As far as I know you cannot use SysEX output for Sweeps. I think I asked this question when I got UNO2 about a month ago. You would need to run your SysEX through an external program such as Bome MIDI
As far as I know you cannot use SysEX output for Sweeps. I think I asked this question when I got UNO2 about a month ago. You would need to run your SysEX through an external program such as Bome MIDI
|
By
Jack Fenton
· #8601
·
|
|
Uno 2 Help Please
My guess is the issue iw with the Pedal 1 or Pedal 2 Commands which should only have 1 parameter (the sweep name) SWEEP A1 = SendMidi MyController CntrlChange 7 0-127 SWEEP A2 = SendMidi MyController
My guess is the issue iw with the Pedal 1 or Pedal 2 Commands which should only have 1 parameter (the sweep name) SWEEP A1 = SendMidi MyController CntrlChange 7 0-127 SWEEP A2 = SendMidi MyController
|
By
Jack Fenton
· #8588
·
Edited
|
|
ghost CC message appearing
I noticed you have some stomps set so check to see if it is programmed into one of your stomps.
I noticed you have some stomps set so check to see if it is programmed into one of your stomps.
|
By
Jack Fenton
· #8576
·
|
|
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
·
|