/[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 145 by capela, Thu Jun 24 18:26:57 2004 UTC revision 152 by capela, Sun Jun 27 13:53:11 2004 UTC
# Line 450  void qsamplerChannelStrip::updateChannel Line 450  void qsamplerChannelStrip::updateChannel
450      // Conditionally update whole channel status info.      // Conditionally update whole channel status info.
451      if (m_iInstrumentStatus >= 0 && m_iInstrumentStatus < 100)      if (m_iInstrumentStatus >= 0 && m_iInstrumentStatus < 100)
452          updateChannelInfo();          updateChannelInfo();
453        // Leave, if we still have an erroneus or incomplete instrument load.
454        if (m_iInstrumentStatus < 100)
455            return;
456    
457      // Get current channel voice count.      // Get current channel voice count.
458      int iVoiceCount  = ::lscp_get_channel_voice_count(client(), m_iChannelID);      int iVoiceCount  = ::lscp_get_channel_voice_count(client(), m_iChannelID);

Legend:
Removed from v.145  
changed lines
  Added in v.152

  ViewVC Help
Powered by ViewVC