/[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 349 by schoenebeck, Sun Jan 23 20:47:18 2005 UTC revision 350 by schoenebeck, Tue Jan 25 21:54:24 2005 UTC
# Line 649  namespace gig { Line 649  namespace gig {
649              Instrument* GetFirstInstrument(); ///< Returns a pointer to the first <i>Instrument</i> object of the file, <i>NULL</i> otherwise.              Instrument* GetFirstInstrument(); ///< Returns a pointer to the first <i>Instrument</i> object of the file, <i>NULL</i> otherwise.
650              Instrument* GetNextInstrument();  ///< Returns a pointer to the next <i>Instrument</i> object of the file, <i>NULL</i> otherwise.              Instrument* GetNextInstrument();  ///< Returns a pointer to the next <i>Instrument</i> object of the file, <i>NULL</i> otherwise.
651              Instrument* GetInstrument(uint index);              Instrument* GetInstrument(uint index);
652             ~File() {};             ~File();
653          protected:          protected:
654              typedef std::list<Sample*>     SampleList;              typedef std::list<Sample*>     SampleList;
655              typedef std::list<Instrument*> InstrumentList;              typedef std::list<Instrument*> InstrumentList;

Legend:
Removed from v.349  
changed lines
  Added in v.350

  ViewVC Help
Powered by ViewVC