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

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

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

revision 1032 by capela, Fri Jan 12 21:21:16 2007 UTC revision 1033 by capela, Mon Jan 15 11:27:22 2007 UTC
# Line 976  bool qsamplerMainForm::saveSessionFile ( Line 976  bool qsamplerMainForm::saveSessionFile (
976                                                                  << " " << iAudioSrc                                                                  << " " << iAudioSrc
977                                                                  << " " << piRouting[iAudioSrc] << endl;                                                                  << " " << piRouting[iAudioSrc] << endl;
978                                                  }                                                  }
979    #ifdef CONFIG_FXSEND_LEVEL
980                                                    ts << "SET FX_SEND LEVEL " << iChannel
981                                                            << " " << iFxSend
982                                                            << " " << pFxSendInfo->level << endl;                                                  
983    #endif
984                                          }       // Check for errors...                                          }       // Check for errors...
985                                          else if (::lscp_client_get_errno(m_pClient)) {                                          else if (::lscp_client_get_errno(m_pClient)) {
986                                                  appendMessagesClient("lscp_get_fxsend_info");                                                  appendMessagesClient("lscp_get_fxsend_info");

Legend:
Removed from v.1032  
changed lines
  Added in v.1033

  ViewVC Help
Powered by ViewVC