/[svn]/linuxsampler/trunk/src/lib/fileloader/libgig/gig.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/lib/fileloader/libgig/gig.h

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

revision 406 by schoenebeck, Thu Feb 17 02:53:45 2005 UTC revision 407 by persson, Wed Feb 23 19:14:14 2005 UTC
# Line 409  namespace gig { Line 409  namespace gig {
409              bool               SustainDefeat;                 ///< If <i>true</i>: Sustain pedal will not hold a note.              bool               SustainDefeat;                 ///< If <i>true</i>: Sustain pedal will not hold a note.
410              bool               MSDecode;                      ///< Gigastudio flag: defines if Mid Side Recordings should be decoded.              bool               MSDecode;                      ///< Gigastudio flag: defines if Mid Side Recordings should be decoded.
411              uint16_t           SampleStartOffset;             ///< Number of samples the sample start should be moved (0 - 2000).              uint16_t           SampleStartOffset;             ///< Number of samples the sample start should be moved (0 - 2000).
412                double             SampleAttenuation;             ///< Sample volume (calculated from DLS::Sampler::Gain)
413    
414              // derived attributes from DLS::Sampler              // derived attributes from DLS::Sampler
415              DLS::Sampler::UnityNote;              DLS::Sampler::UnityNote;
416              DLS::Sampler::FineTune;              DLS::Sampler::FineTune;

Legend:
Removed from v.406  
changed lines
  Added in v.407

  ViewVC Help
Powered by ViewVC