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

Diff of /linuxsampler/trunk/src/engines/common/Event.h

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

revision 2610 by schoenebeck, Sat Jun 7 00:16:03 2014 UTC revision 2611 by schoenebeck, Mon Jun 9 19:20:37 2014 UTC
# Line 108  namespace LinuxSampler { Line 108  namespace LinuxSampler {
108                  /// Channel Pressure (aftertouch) event specifics                  /// Channel Pressure (aftertouch) event specifics
109                  struct _ChannelPressure {                  struct _ChannelPressure {
110                      uint8_t Channel; ///< MIDI channel (0..15)                      uint8_t Channel; ///< MIDI channel (0..15)
111                        uint8_t Controller; ///< Should always be assigned to CTRL_TABLE_IDX_AFTERTOUCH.
112                      uint8_t Value;   ///< New aftertouch / pressure value for keys on that channel.                      uint8_t Value;   ///< New aftertouch / pressure value for keys on that channel.
113                  } ChannelPressure;                  } ChannelPressure;
114                  /// Polyphonic Note Pressure (aftertouch) event specifics                  /// Polyphonic Note Pressure (aftertouch) event specifics

Legend:
Removed from v.2610  
changed lines
  Added in v.2611

  ViewVC Help
Powered by ViewVC