Visual Productions forum

Author Topic: More MIDI Madness  (Read 2203 times)

July 03, 2010, 07:39:25 AM
Read 2203 times

KnowSlumber

  • Member
  • *
  • Posts: 145
Is there a way to control the XY pad via MIDI?
The clear button?
Are any of the programmer features controllable via MIDI?

MIDI MIDI MIDI ;D

July 05, 2010, 11:05:06 AM
Reply #1

Maarten Engels

  • Administrator
  • Member
  • *****
  • Posts: 2383
    • www.visualproductions.nl
To clear the programmer:

Code: [Select]
<action>
                    <trigger type="Midi" specifier="Down">Channel 1 - Message 11 - Index 116</trigger>
                    <tasks>
                        <task type="Special" feature="Clear Programmer" function ="Set"/>
                    </tasks>
</action>

Taken from the Tascam midimap
Maarten Engels
Visual Productions BV

July 05, 2010, 11:11:25 AM
Reply #2

Maarten Engels

  • Administrator
  • Member
  • *****
  • Posts: 2383
    • www.visualproductions.nl
There is now only a limited way of controlling the XY pad. The Midicon midimap shows how you can control the XY or RGB (depending on the programmer's page) by encoders. I can extend the code further allowing the XY to be controlled by CC's as well.

Does it seem usefull to you to set the programmer's page by MIDI as well?
Maarten Engels
Visual Productions BV

July 10, 2010, 08:01:06 AM
Reply #3

KnowSlumber

  • Member
  • *
  • Posts: 145
Quote
Does it seem usefull to you to set the programmer's page by MIDI as well?

Absolutely. I gave the encoder code a shot, but its not up to it.
CCs for RGB and Position would be perfect.

 

SMF spam blocked by CleanTalk