/[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 1385 by capela, Tue Dec 19 11:19:55 2006 UTC revision 1386 by schoenebeck, Fri Oct 5 17:41:49 2007 UTC
# Line 1  Line 1 
1  // qsamplerInstrument.cpp  // qsamplerInstrument.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
7     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 19  Line 19 
19    
20  *****************************************************************************/  *****************************************************************************/
21    
22    #include "qsamplerUtilities.h"
23  #include "qsamplerAbout.h"  #include "qsamplerAbout.h"
24  #include "qsamplerInstrument.h"  #include "qsamplerInstrument.h"
25    
# Line 191  bool qsamplerInstrument::mapInstrument ( Line 192  bool qsamplerInstrument::mapInstrument (
192    
193          if (::lscp_map_midi_instrument(pMainForm->client(), &instr,          if (::lscp_map_midi_instrument(pMainForm->client(), &instr,
194                          m_sEngineName.latin1(),                          m_sEngineName.latin1(),
195                          m_sInstrumentFile.latin1(),                          lscpEscapePath(m_sInstrumentFile).latin1(),
196                          m_iInstrumentNr,                          m_iInstrumentNr,
197                          m_fVolume,                          m_fVolume,
198                          load_mode,                          load_mode,

Legend:
Removed from v.1385  
changed lines
  Added in v.1386

  ViewVC Help
Powered by ViewVC