/[svn]/qsampler/trunk/src/qsamplerInstrument.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerInstrument.cpp

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

revision 1504 by capela, Tue Nov 20 16:48:04 2007 UTC revision 1505 by capela, Wed Nov 21 18:37:40 2007 UTC
# Line 197  bool qsamplerInstrument::mapInstrument ( Line 197  bool qsamplerInstrument::mapInstrument (
197                          m_sEngineName.toUtf8().constData(),                          m_sEngineName.toUtf8().constData(),
198                          qsamplerUtilities::lscpEscapePath(                          qsamplerUtilities::lscpEscapePath(
199                                  m_sInstrumentFile).toUtf8().constData(),                                  m_sInstrumentFile).toUtf8().constData(),
200                          m_iInstrumentNr,                          m_iInstrumentNr, m_fVolume, load_mode,
                         m_fVolume,  
                         load_mode,  
201                          m_sName.toUtf8().constData()) != LSCP_OK) {                          m_sName.toUtf8().constData()) != LSCP_OK) {
202                  pMainForm->appendMessagesClient("lscp_map_midi_instrument");                  pMainForm->appendMessagesClient("lscp_map_midi_instrument");
203                  return false;                  return false;

Legend:
Removed from v.1504  
changed lines
  Added in v.1505

  ViewVC Help
Powered by ViewVC