/[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 261 by capela, Wed Sep 29 07:43:26 2004 UTC revision 263 by capela, Wed Sep 29 09:01:35 2004 UTC
# Line 833  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 1365  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.261  
changed lines
  Added in v.263

  ViewVC Help
Powered by ViewVC