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

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

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

revision 1267 by iliev, Tue Aug 7 10:34:07 2007 UTC revision 1298 by iliev, Fri Aug 17 12:55:37 2007 UTC
# Line 218  namespace LinuxSampler { namespace gig { Line 218  namespace LinuxSampler { namespace gig {
218    
219          if (pEngine) pEngine->ChangeInstrument(this, newInstrument);          if (pEngine) pEngine->ChangeInstrument(this, newInstrument);
220          else pInstrument = newInstrument;          else pInstrument = newInstrument;
221            
222            StatusChanged(true);
223      }      }
224    
225      /**      /**

Legend:
Removed from v.1267  
changed lines
  Added in v.1298

  ViewVC Help
Powered by ViewVC