Visual Productions forum

Author Topic: Midi ICON i-CONTROLS  (Read 3068 times)

October 23, 2014, 08:18:18 PM
Read 3068 times

martinro1

  • Member
  • *
  • Posts: 3
Hello, I have the (Icon I-CONTROLS) as a MIDI device for Cuelux.
Unfortunately only works the joystick to move the mouse to even though I have it in Cuelux selected.
Can someone help me?
I use Windows 8.1

October 31, 2014, 11:40:50 AM
Reply #1

Maarten Engels

  • Administrator
  • Member
  • *****
  • Posts: 2383
    • www.visualproductions.nl
hi

Can you please clearly state what is working and what is not? I don't understand it yet  :)

thanks!
Maarten Engels
Visual Productions BV

November 09, 2014, 09:25:37 PM
Reply #2

Martin Rosport

  • Member
  • *
  • Posts: 3
hello,
neither the fader still the joystick to react at Cuelux.
At the moment I can only use the joystick to move the mouse on the desktop.

March 01, 2015, 01:00:14 PM
Reply #3

Rayco

  • Member
  • *
  • Posts: 276
Same with my one.

Looks as though the Joystick does not send 'midi' though, only works through USB as a mouse.

Try the code below, find this works a lot better.

The knob above Master fader is set to alter Tempo too.
« Last Edit: March 02, 2015, 10:19:37 AM by Rayco »

March 01, 2015, 01:01:08 PM
Reply #4

Rayco

  • Member
  • *
  • Posts: 276
<?xml version="1.4" ?>
<show application="Cuelux" revision="1">
    <midimaps>
        <midimap label="Icon (modified)">
            <actionlist label="control" source="Midi">
           
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 1" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 1" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 1" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 1" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 1 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 2" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 1 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 2" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 1 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 2" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 1 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 2" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 2 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 3" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 2 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 3" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 2 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 3" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 2 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 3" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 3 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 4" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 3 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 4" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 3 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 4" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 3 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 4" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 4 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 5" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 4 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 5" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 4 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 5" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 4 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 5" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 5 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 6" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 5 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 6" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 5 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 6" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 5 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 6" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 6 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 7" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 6 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 7" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 6 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 7" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 6 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 7" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 7 - Message 11 - Index 31</trigger>
                    <tasks>
                        <task type="Playback Fader 8" feature="LevelPrimair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 7 - Message 11 - Index 28</trigger>
                    <tasks>
                        <task type="Playback Fader 8" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 7 - Message 9 - Index 35</trigger>
                    <tasks>
                        <task type="Playback Fader 8" feature="ButtonSecundair" function ="Control"/>
                    </tasks>
            </action>
                <action>
                    <trigger type="Midi" specifier="Change">Channel 7 - Message 9 - Index 36</trigger>
                    <tasks>
                        <task type="Playback Fader 8" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>


            <action>
                    <trigger type="Midi" specifier="Down">Channel 0 - Message 9 - Index 106</trigger>
                    <tasks>
                        <task type="Playback Fader 1" feature="Bank" function ="Decrement"/>
                    </tasks>
            </action>
               
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 107</trigger>
                    <tasks>
                        <task type="Special" feature="Clear Programmer" function ="Set"/>
                    </tasks>
            </action>
               
            <action>
                    <trigger type="Midi" specifier="Down">Channel 0 - Message 9 - Index 108</trigger>
                    <tasks>
                        <task type="Playback Fader 1" feature="Bank" function ="Increment"/>
                    </tasks>
            </action>
               
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 109</trigger>
                    <tasks>
                        <task type="Global Fog" feature="ButtonPrimair" function ="Toggle"/>
                    </tasks>
            </action>

                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 110</trigger>
                    <tasks>
                        <task type="Global Strobe" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>
               
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 111</trigger>
                    <tasks>
                        <task type="Global Blinder" feature="ButtonPrimair" function ="Control"/>
                    </tasks>
            </action>
                 
               
                <action>
                    <trigger type="Midi" specifier="Down">Channel 0 - Message 9 - Index 116</trigger>
                    <tasks>
                        <task type="Special" feature="Tempo Break" function ="Toggle"/>
                    </tasks>
            </action>
               
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 117</trigger>
                    <tasks>
                        <task type="Special" feature="Tempo Tap" function ="Control"/>
                    </tasks>
            </action>
               
               
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 11 - Index 118</trigger>
                    <tasks>
                        <task type="Special" feature="Tempo" function ="Control"/>
                    </tasks>
            </action>
               
                <action>
                    <trigger type="Midi" specifier="Change">Channel 0 - Message 11 - Index 119</trigger>
                    <tasks>
                        <task type="Special" feature="Grand Master" function ="Control"/>
                    </tasks>
            </action>
               
               
                                                                             
            </actionlist>
        </midimap>
    </midimaps>
</show>

 

SMF spam blocked by CleanTalk