/[svn]/qsampler/trunk/src/qsamplerChannelStrip.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.ui.h

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

revision 586 by capela, Wed May 25 11:41:35 2005 UTC revision 590 by capela, Sun May 29 16:28:01 2005 UTC
# Line 195  bool qsamplerChannelStrip::channelSetup Line 195  bool qsamplerChannelStrip::channelSetup
195                                    
196          // Invoke the channel setup dialog.          // Invoke the channel setup dialog.
197          bool bResult = m_pChannel->channelSetup(this);          bool bResult = m_pChannel->channelSetup(this);
198          // Notify that thie channel has changed.          // Notify that this channel has changed.
199          if (bResult)          if (bResult)
200                  emit channelChanged(this);                  emit channelChanged(this);
201    
# Line 211  bool qsamplerChannelStrip::channelReset Line 211  bool qsamplerChannelStrip::channelReset
211    
212          // Invoke the channel reset method.          // Invoke the channel reset method.
213          bool bResult = m_pChannel->channelReset();          bool bResult = m_pChannel->channelReset();
214          // Notify that thie channel has changed.          // Notify that this channel has changed.
215          if (bResult)          if (bResult)
216                  emit channelChanged(this);                  emit channelChanged(this);
217    
# Line 225  bool qsamplerChannelStrip::updateInstrum Line 225  bool qsamplerChannelStrip::updateInstrum
225          if (m_pChannel == NULL)          if (m_pChannel == NULL)
226                  return false;                  return false;
227    
228          // Do we refersh the actual name?          // Do we refresh the actual name?
229          if (bForce)          if (bForce)
230                  m_pChannel->updateInstrumentName();                  m_pChannel->updateInstrumentName();
231    

Legend:
Removed from v.586  
changed lines
  Added in v.590

  ViewVC Help
Powered by ViewVC