Visual Productions forum

Author Topic: Midi Feedback for Task Feature  (Read 2724 times)

January 20, 2014, 12:46:54 AM
Read 2724 times

Frankyferengi

  • Member
  • *
  • Posts: 95
    • DJ FRANK.EE
Hi,
new question, is there a midi feedback for "Task Type / Feature" Playback Button LevelSecundair and LevelTertiair? (Speed & Attack)
I can control the function on MIDI but there are, according to the list, no transmission code.
The same as for the fader section does not work.(my example)
<action>
<trigger type="Unsigned" specifier="Change">Playback Button 01 LevelSec</trigger>
<tasks>
 <task type="Midi" function ="Control">
<argument type="Midi Address">Channel 2 - Message 11 - Index 32</argument>
</task>
</tasks>
</action>

 what's going on?
Thanks for your help, Frank
Cuelux v.1.3.94 VAIO Notebook, 2.4Ghz Core2Duo,
4GB RAM, Win7 64bit Home. MIDIcon , TouchOSC, iPad Air

January 23, 2014, 09:15:00 AM
Reply #1

Dennis Kromhout

  • Member
  • *
  • Posts: 838
Hello,

These are named "Playback Button 01 Speed" & "Playback Button 01 Attack"
Dennis Kromhout

January 25, 2014, 06:35:48 PM
Reply #2

Frankyferengi

  • Member
  • *
  • Posts: 95
    • DJ FRANK.EE
Hello Dennis, thanx for yor reply.
Unfortunately, the commands do not work. I have no idea what it could be.
This is how my xml code for this function. Can you check that please?
<action>
                    <trigger type="Midi" specifier="Change">Channel 5 - Message 11 - Index 49</trigger>
                    <tasks>
                        <task type="Playback Button 1" feature="LevelSecundair" function ="Control"/>
                    </tasks>
            </action>
            
            <action>
                    <trigger type="Unsigned" specifier="Change">"Playback Button 01 Speed"</trigger>
                    <tasks>
                        <task type="Midi" function ="Control">
                            <argument type="Midi Address">Channel 5 - Message 11 - Index 49</argument>
                        </task>
                    </tasks>
            </action>

and by the way, can you tell me the possible commands and feedback commands for the programmer section?
Danke, Frank

« Last Edit: January 28, 2014, 07:31:35 PM by Frankyferengi »
Cuelux v.1.3.94 VAIO Notebook, 2.4Ghz Core2Duo,
4GB RAM, Win7 64bit Home. MIDIcon , TouchOSC, iPad Air

January 30, 2014, 12:22:59 AM
Reply #3

Frankyferengi

  • Member
  • *
  • Posts: 95
    • DJ FRANK.EE
Please be kind, to attention
Cuelux v.1.3.94 VAIO Notebook, 2.4Ghz Core2Duo,
4GB RAM, Win7 64bit Home. MIDIcon , TouchOSC, iPad Air

January 31, 2014, 03:59:48 PM
Reply #4

Dennis Kromhout

  • Member
  • *
  • Posts: 838
Yes, sorry for the late reply. Its very busy at the moment.

This is an example for the BCF fader to Button 1 speed.
Code: [Select]
<actionlist label="control" source="Midi">
<action>
<trigger type="Midi" specifier="Change">Channel 0 - Message 11 - Index 81</trigger>
<tasks>
<task type="Playback Button 1" feature="LevelSecundair" function="Control"/>
</tasks>
</action>
</actionlist>

And for the feedback:
Code: [Select]
<actionlist label="feedback" source="System">
<action>
<trigger type="Unsigned" specifier="Change">Playback Button 01 Speed</trigger>
<tasks>
<task type="Midi" function="Control">
<argument type="Midi Address">Channel 0 - Message 11 - Index 81</argument>
</task>
</tasks>
</action>
</actionlist>

For the programmer values there's no feedback in Cuelux.
Dennis Kromhout

February 01, 2014, 01:37:45 PM
Reply #5

Frankyferengi

  • Member
  • *
  • Posts: 95
    • DJ FRANK.EE
only on the third glance, I could see the difference. :o Small characters great effect. Now it is as desired.
Thank you for the support. Best Regards, Frank
Cuelux v.1.3.94 VAIO Notebook, 2.4Ghz Core2Duo,
4GB RAM, Win7 64bit Home. MIDIcon , TouchOSC, iPad Air

 

SMF spam blocked by CleanTalk