--- linuxsampler/trunk/src/engines/common/AbstractVoice.h 2010/08/10 12:05:19 2114 +++ linuxsampler/trunk/src/engines/common/AbstractVoice.h 2010/08/12 15:36:15 2115 @@ -80,7 +80,7 @@ class AbstractVoice : public Voice { public: - type_t Type; ///< Voice Type + type_t Type; ///< Voice Type (bit field, a voice may have several types) int MIDIKey; ///< MIDI key number of the key that triggered the voice AbstractVoice();