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

Diff of /libgig/trunk/src/gig.h

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

revision 1154 by schoenebeck, Wed Apr 11 16:33:56 2007 UTC revision 1180 by persson, Sat May 12 12:39:25 2007 UTC
# Line 437  namespace gig { Line 437  namespace gig {
437              double GetVelocityAttenuation(uint8_t MIDIKeyVelocity);              double GetVelocityAttenuation(uint8_t MIDIKeyVelocity);
438              double GetVelocityRelease(uint8_t MIDIKeyVelocity);              double GetVelocityRelease(uint8_t MIDIKeyVelocity);
439              double GetVelocityCutoff(uint8_t MIDIKeyVelocity);              double GetVelocityCutoff(uint8_t MIDIKeyVelocity);
440                // derived methods
441                DLS::Sampler::AddSampleLoop;
442                DLS::Sampler::DeleteSampleLoop;
443              // overridden methods              // overridden methods
444              virtual void UpdateChunks();              virtual void UpdateChunks();
445          protected:          protected:
# Line 735  namespace gig { Line 738  namespace gig {
738              friend class Sample;              friend class Sample;
739              friend class Group; // so Group can access protected member pRIFF              friend class Group; // so Group can access protected member pRIFF
740          private:          private:
741                static const DLS::Info::FixedStringLength FixedStringLengths[];
742              std::list<Group*>*          pGroups;              std::list<Group*>*          pGroups;
743              std::list<Group*>::iterator GroupsIterator;              std::list<Group*>::iterator GroupsIterator;
744      };      };

Legend:
Removed from v.1154  
changed lines
  Added in v.1180

  ViewVC Help
Powered by ViewVC