/[svn]/linuxsampler/trunk/src/engines/AbstractEngineChannel.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/AbstractEngineChannel.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3094 by schoenebeck, Thu Jan 5 16:04:00 2017 UTC revision 3095 by schoenebeck, Wed Jan 18 14:52:31 2017 UTC
# Line 37  Line 37 
37    
38  #define CTRL_TABLE_IDX_AFTERTOUCH   128  #define CTRL_TABLE_IDX_AFTERTOUCH   128
39  #define CTRL_TABLE_IDX_PITCHBEND    129  #define CTRL_TABLE_IDX_PITCHBEND    129
40    #define CTRL_TABLE_SIZE             130
41    
42  namespace LinuxSampler {  namespace LinuxSampler {
43    
# Line 146  namespace LinuxSampler { Line 147  namespace LinuxSampler {
147                      queue.clear();                      queue.clear();
148                  }                  }
149              } delayedEvents;              } delayedEvents;
150              uint8_t                   ControllerTable[130];     ///< Reflects the current values (0-127) of all MIDI controllers for this engine / sampler channel. Number 128 is for channel pressure (mono aftertouch), 129 for pitch bend.              uint8_t                   ControllerTable[CTRL_TABLE_SIZE];     ///< Reflects the current values (0-127) of all MIDI controllers for this engine / sampler channel. Number 128 is for channel pressure (mono aftertouch), 129 for pitch bend.
151              String                    InstrumentFile;              String                    InstrumentFile;
152              int                       InstrumentIdx;              int                       InstrumentIdx;
153              String                    InstrumentIdxName;              String                    InstrumentIdxName;

Legend:
Removed from v.3094  
changed lines
  Added in v.3095

  ViewVC Help
Powered by ViewVC