| libgig
    4.5.0.svn11
    | 
MIDI rule for triggering notes by control change events. More...
#include <gig.h>
 
  
| Public Attributes | |
| uint8_t | ControllerNumber | 
| MIDI controller number. | |
| uint8_t | Triggers | 
| Number of triggers. | |
| struct gig::MidiRuleCtrlTrigger::trigger_t | pTriggers [32] | 
| Protected Member Functions | |
| MidiRuleCtrlTrigger (RIFF::Chunk *_3ewg) | |
| void | UpdateChunks (uint8_t *pData) const | 
MIDI rule for triggering notes by control change events.
A "Control Trigger MIDI rule" allows to trigger new notes by sending MIDI control change events to the sampler.
Note: "Control Trigger" MIDI rules are only supported by gigedit, but not by LinuxSampler. We recommend you using real-time instrument scripts instead. Read more about the details and reasons for this in the description of the MidiRule base class.