--- libgig/trunk/src/gig.h 2021/06/18 14:23:21 3942 +++ libgig/trunk/src/gig.h 2021/06/18 15:28:14 3944 @@ -1447,8 +1447,8 @@ Sample* AddSample(); size_t CountSamples(); void DeleteSample(Sample* pSample); - Instrument* GetFirstInstrument(); ///< Returns a pointer to the first Instrument object of the file, NULL otherwise. - Instrument* GetNextInstrument(); ///< Returns a pointer to the next Instrument object of the file, NULL otherwise. + Instrument* GetFirstInstrument() LIBGIG_DEPRECATED_API("Use GetInstrument() instead."); + Instrument* GetNextInstrument() LIBGIG_DEPRECATED_API("Use GetInstrument() instead."); Instrument* GetInstrument(size_t index, progress_t* pProgress = NULL); Instrument* AddInstrument(); Instrument* AddDuplicateInstrument(const Instrument* orig);