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

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

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

revision 1402 by schoenebeck, Fri Oct 12 00:03:27 2007 UTC revision 1414 by capela, Fri Oct 12 22:50:47 2007 UTC
# Line 693  bool qsamplerChannel::editChannel (void) Line 693  bool qsamplerChannel::editChannel (void)
693          if (pMainForm->client() == NULL || m_iChannelID < 0)          if (pMainForm->client() == NULL || m_iChannelID < 0)
694                  return false;                  return false;
695    
696          if (::lscp_edit_instrument(pMainForm->client(), m_iChannelID) != LSCP_OK) {          if (::lscp_edit_channel_instrument(pMainForm->client(), m_iChannelID)
697                  appendMessagesClient("lscp_edit_instrument");                  != LSCP_OK) {
698                    appendMessagesClient("lscp_edit_channel_instrument");
699                  appendMessagesError(QObject::tr(                  appendMessagesError(QObject::tr(
700                          "Could not launch an appropriate instrument editor "                          "Could not launch an appropriate instrument editor "
701                          "for the given instrument!\n"                          "for the given instrument!\n"

Legend:
Removed from v.1402  
changed lines
  Added in v.1414

  ViewVC Help
Powered by ViewVC