User Tools

Site Tools


trigger:MIDI

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
trigger:MIDI [2017/11/06 01:26]
peternlewis [Controller Change]
trigger:MIDI [2017/11/06 01:28]
peternlewis [Controller Change]
Line 29: Line 29:
 * changed >= — every time it changes and is greater than or equal to the specified value and was not previously. * changed >= — every time it changes and is greater than or equal to the specified value and was not previously.
 * changed > — every time it changes and is greater than the specified value and was not previously. * changed > — every time it changes and is greater than the specified value and was not previously.
-* decreases — every time it changes and is less than the previous value. +* decreases — every time it changes and is less than the previous value. ​(v8.0.4+) 
-* increases — every time it changes and is greater than the previous value.+* increases — every time it changes and is greater than the previous value. ​(v8.0.4+)
  
 For the *changed* variants, the first controller change Keyboard Maestro sees is assumed to have changed if it matches the conditions. ​ After that, only changes from the previous state are considered. For the *changed* variants, the first controller change Keyboard Maestro sees is assumed to have changed if it matches the conditions. ​ After that, only changes from the previous state are considered.
Line 36: Line 36:
 You can configure the trigger to execute the macro when the controller change is received from a particular device, from a particular channel or from any device or channel. You can configure the trigger to execute the macro when the controller change is received from a particular device, from a particular channel or from any device or channel.
  
-The [[token:​TriggerValue|%TriggerValue%]] token will hold `channel,​controller,​value,​device`. +The [[token:​TriggerValue|%TriggerValue%]] token will hold `channel,​controller,​value,​device`. ​ You can easily access the individual parts using the token array notation, eg `%TriggerValue[2]` will be the controller (8.0.4+).
 ====== Raw Packet ======= ====== Raw Packet =======
  
trigger/MIDI.txt · Last modified: 2021/12/30 02:30 by peternlewis