Reloop Terminal Mix 4

   Discuss technical issues with the community. Mixvibes staff provides no support on this board.
Forum rules
Click here to join MIxvibes on DISCORD https://discord.gg/gMdQJ2cJqa

Re: Reloop Terminal Mix 4

Postby kugmo on 23 Dec 2012, 23:46

What value range do i need to use for the output mapping for these? As far as I know, (logic) requires a 0 or 127, and rotaries/cc need %.

Controls/LEDs in question are:

In&Out fam(Player)[0x2].PitchRange (Integer)
In&Out fam(Player)[0x2].PitchMode (Integer)

The code i'm currently messing with (without success) is:
Code: Select all
        <mapping>
            <control alias="fam(Player)[0x1].PitchMode" value="false"/>
            <MIDI type="Note" parameter="0x2" channel="0x1" value="0"/>
        </mapping>
        <mapping>
            <control alias="fam(Player)[0x1].PitchMode" value="true"/>
            <MIDI type="Note" parameter="0x2" channel="0x1" value="127"/>
        </mapping>

        <mapping>
            <control alias="fam(Player)[0x2].PitchRange" value="%"/>
            <MIDI type="Note" parameter="0x1" channel="0x2" value="%"/>
        </mapping>
        <mapping>
            <control alias="fam(Player)[0x1].PitchRange" value="%"/>
            <MIDI type="Note" parameter="0x1" channel="0x1" value="%"/>
        </mapping>


Yes, it's messy. :eek:

If there's a way to get the LEDs steady when range less than 100% and mode is not MT, otherwise have them blink if so, please show me the code section or some instruction on how to do it. Thanks.
User avatar
kugmo
 
Posts: 92
Joined: 04 Jul 2007, 11:31
Location: Cebu City, Philippines


Re: Reloop Terminal Mix 4

Postby Support@MixVibes on 24 Dec 2012, 13:37

The outputs light behavior will follow the software GUI, they can't do more.
Your conditional (less than 100% + MT not engaged) can't work.

You can have the led light when pitch range <>100% and an other when MT is off.
Pitch range is an integer, not a logic, so no true/false argument in there only value like 0; 1; 2; 3...to 5 (4%/6%...100%)

For lighting when not in Maste tempo, something like this should work :
Code: Select all
        <mapping>
          <control alias="fam(Player)[0x1].KeyLockOutput" value="false"/>
          <MIDI type="Note" parameter="0x9" channel="0xd" value="127"/>
        </mapping>
        <mapping>
          <control alias="fam(Player)[0x1].KeyLockOutput" value="true"/>
          <MIDI type="Note" parameter="0x9" channel="0xd" value="0"/>
        </mapping>

Light is on when MT is off, light is off when MT is on.
User avatar
Support@MixVibes
 


Re: Reloop Terminal Mix 4

Postby kugmo on 24 Dec 2012, 16:49

anyone willing to test the TM4 mapping? it's not complete yet (sampler portion/4 deck operation is not yet coded), but i believe player 1 and 2 are just about ready.
User avatar
kugmo
 
Posts: 92
Joined: 04 Jul 2007, 11:31
Location: Cebu City, Philippines


Previous

Return to Community Support




Who is online

Users browsing this forum: No registered users and 38 guests

Board index

 
 
   
 
© 2014 Mixvibes