|
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
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
|
By
Jack Fenton
·
#8506
·
|
|
Re: 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
·
|
|
Re: SWEEP NRPN or SysEX
#UnO2
No, that was possible with the GORDIUS MIDI controllers, but not with UnO2 or TinyBox.
No, that was possible with the GORDIUS MIDI controllers, but not with UnO2 or TinyBox.
|
By
ossandust
·
#8504
·
|
|
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
·
|
|
Re: 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
·
|
|
Re: FCB1010 UNO2 Receive
#UnO2
The FCB1010 doesn't contain the source code. The editor compiles the source code into binary data before sending it to the FCB1010, there is no way to recover the source from that.
The FCB1010 doesn't contain the source code. The editor compiles the source code into binary data before sending it to the FCB1010, there is no way to recover the source from that.
|
By
ossandust
·
#8500
·
|
|
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
·
|
|
Re: Set switch to send incremental CC values?
Beautiful! I guess it helps to have a programmer’s brain (I do not lol)
I’ll give it a go and report back
Beautiful! I guess it helps to have a programmer’s brain (I do not lol)
I’ll give it a go and report back
|
By
Mike Watkinson
·
#8498
·
|
|
Re: Set switch to send incremental CC values?
CHANNEL Octavox = 1
VAR $key = 1
TRIGGER_CLICK SemiToneUp =
{
if($key < 121)
$key += 7
SendMidi Octavox CtrlChange 83 $key
}
TRIGGER_CLICK SemiToneDown =
{
if($key > 7)
$key
CHANNEL Octavox = 1
VAR $key = 1
TRIGGER_CLICK SemiToneUp =
{
if($key < 121)
$key += 7
SendMidi Octavox CtrlChange 83 $key
}
TRIGGER_CLICK SemiToneDown =
{
if($key > 7)
$key
|
By
ossandust
·
#8497
·
|
|
Set switch to send incremental CC values?
So I’m having a go at programming the Uno2/FCB1010 to control Eventide’s Octavox plugin. I wish to use a switch to change the key that this harmoniser is set to, and it looks like I can set it up
So I’m having a go at programming the Uno2/FCB1010 to control Eventide’s Octavox plugin. I wish to use a switch to change the key that this harmoniser is set to, and it looks like I can set it up
|
By
Mike Watkinson
·
#8496
·
|
|
Re: UnO2 to send MMC messages?
#UnO2
Awesome! I didn't realize that. Thank you guys!
Awesome! I didn't realize that. Thank you guys!
|
By
uno@...
·
#8495
·
|
|
Re: UnO2 to send MMC messages?
#UnO2
Yep! Go here, and look for the second half of the chart that starts, "Real Time (7FH)". Then look down the left-most column to find "06". That's the start of the MMC message spec.
Yep! Go here, and look for the second half of the chart that starts, "Real Time (7FH)". Then look down the left-most column to find "06". That's the start of the MMC message spec.
|
By
chrisw_63
·
#8494
·
|
|
Re: 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
·
|
|
UnO2 to send MMC messages?
#UnO2
Hi there - I'm probably not the first one with this feature request, but I'll still try:
Do you think it might be possible that the UnO2 can also be programmed to send MIDI MMC messages in a future
Hi there - I'm probably not the first one with this feature request, but I'll still try:
Do you think it might be possible that the UnO2 can also be programmed to send MIDI MMC messages in a future
|
By
uno@...
·
#8492
·
|
|
Re: UNO2 + FCB1010
please send me an email (address is on the website) - so that I can get more details about "it fails".
please send me an email (address is on the website) - so that I can get more details about "it fails".
|
By
ossandust
·
#8491
·
|
|
UNO2 + FCB1010
Using the UNO2 Control Center I can plug in my FCB1010 through my FocusRite Scarlett 4i4 3rd gen and can see the FCB1010 and the firmware version as 2.5.
When I install the UNO2 chip and boot up the
Using the UNO2 Control Center I can plug in my FCB1010 through my FocusRite Scarlett 4i4 3rd gen and can see the FCB1010 and the firmware version as 2.5.
When I install the UNO2 chip and boot up the
|
By
Patrick Dooley
·
#8490
·
|
|
Re: Setting up Uno2 with Mainstage 3 - best practice?
If you're setting up a switch for the same thing, just go with the same MIDI message, of course. When you need more, use different CC or Note numbers for different patches. The MIDI spec. has 55
If you're setting up a switch for the same thing, just go with the same MIDI message, of course. When you need more, use different CC or Note numbers for different patches. The MIDI spec. has 55
|
By
chrisw_63
·
#8489
·
|
|
Setting up Uno2 with Mainstage 3 - best practice?
Hi all
I am working through a setup of Uno2 that will work with MainStage 3 and would like to hear from anyone that can suggest the best way of organising things. Initially I had one set of switches
Hi all
I am working through a setup of Uno2 that will work with MainStage 3 and would like to hear from anyone that can suggest the best way of organising things. Initially I had one set of switches
|
By
Mike Watkinson
·
#8488
·
|
|
Re: Expression pedals programming
There's a small paper notice added to each UnO2 shipment. It mentions :
"Make sure the FCB1010 expression pedals are correctly calibrated. Failing to do so is the most common cause for non-working
There's a small paper notice added to each UnO2 shipment. It mentions :
"Make sure the FCB1010 expression pedals are correctly calibrated. Failing to do so is the most common cause for non-working
|
By
ossandust
·
#8487
·
|
|
Re: Expression pedals programming
ROFL.. Funny how, as we get more and more digital, we always check the low-tech solution last! :-)
ROFL.. Funny how, as we get more and more digital, we always check the low-tech solution last! :-)
|
By
chrisw_63
·
#8486
·
|