Skip to main content

hey boys I'm back Big Grin

now i want to chance the functions from my Midicon in the Software Emulation,
example i want use the buttons 9-32 on the right side to start and stop cue´s,
stop i want to push the key, not hold the key 2 sec. like now.
and i want to use the touchpad for flash cues like fog, blind ...

is that impossible? There is a program for this, so I can make it myself?

i think on the pro light and sound 2012 they could that with the touchpad.

i hope u understand me, now i write it in german:

Nun möchte ich die Funktionen von meinem Midicon in der Software Emulation ändern.
Zum Beispiel möchte ich die Button 9-32 auf der Rechten Seite zum starten und stoppen von cue´s nutzen,
stoppen möchte ich die cue´s mit tasten der tasten und nicht 2 Sekunden halten der taste, so wie jetzt.
und ich möchte das Touchpad für Flash cues nutzen, z.b. Fog, Blind ...


Ist das Möglich? Gibt es dafür ein Programm, damit ich es selber machen kann?


Thanks and Danke,

Sascha
Original Post

Replies sorted oldest to newest

Sure

First Look at the Forum. You Need the
Midimap
Of elation. Its a PDF file

to do this you will have to edit the .XML files. This can be done with any text editor. In the \Emulation\Midimaps\Factory you will find the file elation.xml please copy this to the \Emulation\Midimaps\User folder.

I've attached a document explaining the midimap format.

For example to change S1 to control the global fog, you will have to make this change:

Old:
Code:
<action>
  <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 22</trigger>
  <tasks>
    <task type="Special" feature="Stack" function ="Set"/>
  </tasks>
</action>

New:
Code:
<action>
  <trigger type="Midi" specifier="Change">Channel 0 - Message 9 - Index 22</trigger>
  <tasks>
    <task type="Global Fog" feature="ButtonPrimair" function ="Control"/>
  </tasks>
</action>

Unfortunately not everything can be triggered from midi commands
After you made the changes to the midimap select the "[USER]Elation MIDIcon" map in the midi options

What Buttons do you want to change?
hier mein befehl für die 2. Touchtaste.

<action><trigger type="Midi" specifier="Down">Channel X - Message 9 - Index 2</trigger><tasks><task type="Global Strobe" feature="ButtonPrimair" function ="control"></task></tasks></action>

kann ich anstelle des Global Strobe evtl auch eine Scene die zum Beispiel auf den Tasten Page 1 Befehl 1 programiert ist als nicht rastend starten?
danke
Hey, kann man bei den Memory Buttons (Go Buttons) die zuweisung auch Bank übergreifend belegen?

Button 1-Go Button 1 Bank 1
Button 2-Go Button 2 Bank 1
Button 3-Go Button 3 Bank 1
Button 4-Go Button 4 Bank 1
Button 5-Go Button 5 Bank 1
Button 6-Go Button 6 Bank 1
Button 7-Go Button 7 Bank 1
Button 8-Go Button 8 Bank 1
Button 9-Go Button 1 Bank 2
Button 10-Go Button 2 Bank 2
Button3-Go Button 3 Bank 2
usw.

währe super wenn mi da jemand weiterhelfen könnte

lg Dave

Add Reply

Post
×
×
×
×
Link copied to your clipboard.
×