/[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 255 by capela, Tue Sep 28 16:17:43 2004 UTC revision 263 by capela, Wed Sep 29 09:01:35 2004 UTC
# Line 700  void qsamplerMainForm::fileReset (void) Line 700  void qsamplerMainForm::fileReset (void)
700          return;          return;
701    
702      // Just do the reset, after closing down current session...      // Just do the reset, after closing down current session...
703      if (closeSession(true) && ::lscp_reset_sampler(m_pClient) != LSCP_OK)      if (closeSession(true) && ::lscp_reset_sampler(m_pClient) != LSCP_OK) {
704          appendMessagesClient("lscp_reset_sampler");          appendMessagesClient("lscp_reset_sampler");
705            appendMessagesError(tr("Could not reset sampler instance.\n\nSorry."));
706            return;
707        }
708    
709        // Log this.
710        appendMessages(tr("Sampler reset."));
711  }  }
712    
713    
# Line 827  void qsamplerMainForm::editSetupChannel Line 833  void qsamplerMainForm::editSetupChannel
833          return;          return;
834    
835      // Just invoque the channel strip procedure.      // Just invoque the channel strip procedure.
836      pChannel->channelSetup(false);      pChannel->showChannelSetup(false);
837  }  }
838    
839    
# Line 1359  void qsamplerMainForm::createChannel ( i Line 1365  void qsamplerMainForm::createChannel ( i
1365      // Before we show it up, may be we'll      // Before we show it up, may be we'll
1366      // better ask for some initial values?      // better ask for some initial values?
1367      if (bPrompt)      if (bPrompt)
1368          pChannel->channelSetup(true);          pChannel->showChannelSetup(true);
1369      // Now we show up us to the world.      // Now we show up us to the world.
1370      pChannel->show();      pChannel->show();
1371      // Only then, we'll auto-arrange...      // Only then, we'll auto-arrange...

Legend:
Removed from v.255  
changed lines
  Added in v.263

  ViewVC Help
Powered by ViewVC