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

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

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

revision 2218 by iliev, Thu Jul 28 08:05:57 2011 UTC revision 2219 by iliev, Thu Jul 28 12:35:49 2011 UTC
# Line 84  namespace LinuxSampler { Line 84  namespace LinuxSampler {
84              type_t       Type;         ///< Voice Type (bit field, a voice may have several types)              type_t       Type;         ///< Voice Type (bit field, a voice may have several types)
85              int          MIDIKey;      ///< MIDI key number of the key that triggered the voice              int          MIDIKey;      ///< MIDI key number of the key that triggered the voice
86              uint8_t      MIDIVelocity; ///< MIDI velocity of the key that triggered the voice              uint8_t      MIDIVelocity; ///< MIDI velocity of the key that triggered the voice
87                uint8_t      MIDIPan;      ///< the current MIDI pan value
88                            
89              SignalUnitRack* const pSignalUnitRack;              SignalUnitRack* const pSignalUnitRack;
90    

Legend:
Removed from v.2218  
changed lines
  Added in v.2219

  ViewVC Help
Powered by ViewVC