/[svn]/linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h

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

revision 1653 by schoenebeck, Wed Jan 30 01:51:46 2008 UTC revision 1659 by schoenebeck, Sun Feb 3 00:13:27 2008 UTC
# Line 120  namespace LinuxSampler { namespace gig { Line 120  namespace LinuxSampler { namespace gig {
120              void CacheInitialSamples(::gig::Sample* pSample, gig::Engine* pEngine);              void CacheInitialSamples(::gig::Sample* pSample, gig::Engine* pEngine);
121              void UncacheInitialSamples(::gig::Sample* pSample);              void UncacheInitialSamples(::gig::Sample* pSample);
122              std::vector< ::gig::Instrument*> GetInstrumentsCurrentlyUsedOf(::gig::File* pFile, bool bLock);              std::vector< ::gig::Instrument*> GetInstrumentsCurrentlyUsedOf(::gig::File* pFile, bool bLock);
123              std::set<gig::Engine*> GetEnginesUsing(::gig::Instrument* pFile, bool bLock);              std::set<gig::EngineChannel*> GetEngineChannelsUsing(::gig::Instrument* pInstrument, bool bLock);
124                std::set<gig::Engine*> GetEnginesUsing(::gig::Instrument* pInstrument, bool bLock);
125              std::set<gig::Engine*> GetEnginesUsing(::gig::File* pFile, bool bLock);              std::set<gig::Engine*> GetEnginesUsing(::gig::File* pFile, bool bLock);
126              bool SampleReferencedByInstrument(::gig::Sample* pSample, ::gig::Instrument* pInstrument);              bool SampleReferencedByInstrument(::gig::Sample* pSample, ::gig::Instrument* pInstrument);
127              void SuspendEnginesUsing(::gig::Instrument* pInstrument);              void SuspendEnginesUsing(::gig::Instrument* pInstrument);

Legend:
Removed from v.1653  
changed lines
  Added in v.1659

  ViewVC Help
Powered by ViewVC