--- linuxsampler/trunk/src/lib/fileloader/libgig/gig.h 2005/02/23 19:11:07 406 +++ linuxsampler/trunk/src/lib/fileloader/libgig/gig.h 2005/02/23 19:14:14 407 @@ -409,6 +409,8 @@ bool SustainDefeat; ///< If true: Sustain pedal will not hold a note. bool MSDecode; ///< Gigastudio flag: defines if Mid Side Recordings should be decoded. uint16_t SampleStartOffset; ///< Number of samples the sample start should be moved (0 - 2000). + double SampleAttenuation; ///< Sample volume (calculated from DLS::Sampler::Gain) + // derived attributes from DLS::Sampler DLS::Sampler::UnityNote; DLS::Sampler::FineTune;