/[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 341 by capela, Tue Jan 18 11:29:01 2005 UTC revision 344 by capela, Tue Jan 18 13:53:04 2005 UTC
# Line 163  bool qsamplerChannelStrip::updateChannel Line 163  bool qsamplerChannelStrip::updateChannel
163          EngineNameTextLabel->setText(sIndent + m_pChannel->engineName());          EngineNameTextLabel->setText(sIndent + m_pChannel->engineName());
164    
165      // Instrument name...      // Instrument name...
166      if (m_pChannel->instrumentFile().isEmpty())      if (m_pChannel->instrumentName().isEmpty())
167          InstrumentNameTextLabel->setText(sIndent + tr("(No instrument)"));          InstrumentNameTextLabel->setText(sIndent + tr("(No instrument)"));
168      else      else
169          InstrumentNameTextLabel->setText(sIndent + qsamplerChannel::getInstrumentName(m_pChannel->instrumentFile(), m_pChannel->instrumentNr()));          InstrumentNameTextLabel->setText(sIndent + m_pChannel->instrumentName());
170    
171      // Instrument status...      // Instrument status...
172      int iInstrumentStatus = m_pChannel->instrumentStatus();      int iInstrumentStatus = m_pChannel->instrumentStatus();

Legend:
Removed from v.341  
changed lines
  Added in v.344

  ViewVC Help
Powered by ViewVC