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

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

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

revision 1661 by schoenebeck, Sun Feb 3 00:13:27 2008 UTC revision 1662 by schoenebeck, Sun Feb 3 16:21:38 2008 UTC
# Line 290  namespace LinuxSampler { namespace gig { Line 290  namespace LinuxSampler { namespace gig {
290          // dies.          // dies.
291      }      }
292    
293    #if 0 // currently unused :
294      /**      /**
295       * Try to inform the respective instrument editor(s), that a note on       * Try to inform the respective instrument editor(s), that a note on
296       * event just occured. This method is called by the MIDI thread. If any       * event just occured. This method is called by the MIDI thread. If any
# Line 331  namespace LinuxSampler { namespace gig { Line 332  namespace LinuxSampler { namespace gig {
332          }          }
333          InstrumentEditorProxiesMutex.Unlock(); // naively assumes RT safe implementation          InstrumentEditorProxiesMutex.Unlock(); // naively assumes RT safe implementation
334      }      }
335    #endif // unused
336    
337      void InstrumentResourceManager::OnSamplesToBeRemoved(std::set<void*> Samples, InstrumentEditor* pSender) {      void InstrumentResourceManager::OnSamplesToBeRemoved(std::set<void*> Samples, InstrumentEditor* pSender) {
338          if (Samples.empty()) {          if (Samples.empty()) {

Legend:
Removed from v.1661  
changed lines
  Added in v.1662

  ViewVC Help
Powered by ViewVC