--- qsampler/trunk/src/qsamplerMainForm.ui.h 2004/09/29 07:43:26 261 +++ qsampler/trunk/src/qsamplerMainForm.ui.h 2004/09/29 09:01:35 263 @@ -833,7 +833,7 @@ return; // Just invoque the channel strip procedure. - pChannel->channelSetup(false); + pChannel->showChannelSetup(false); } @@ -1365,7 +1365,7 @@ // Before we show it up, may be we'll // better ask for some initial values? if (bPrompt) - pChannel->channelSetup(true); + pChannel->showChannelSetup(true); // Now we show up us to the world. pChannel->show(); // Only then, we'll auto-arrange...