--- linuxsampler/trunk/src/engines/gig/Voice.h 2004/08/22 14:46:47 225 +++ linuxsampler/trunk/src/engines/gig/Voice.h 2004/09/07 09:32:21 233 @@ -92,7 +92,7 @@ void Reset(); void SetOutput(AudioOutputDevice* pAudioOutputDevice); void SetEngine(Engine* pEngine); - int Trigger(Event* pNoteOnEvent, int PitchBend, ::gig::Instrument* pInstrument); + int Trigger(Event* pNoteOnEvent, int PitchBend, ::gig::Instrument* pInstrument, int iLayer = 0); inline bool IsActive() { return Active; } private: // Types