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

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

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

revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC revision 1668 by schoenebeck, Tue Feb 5 15:42:33 2008 UTC
# Line 303  bool ChannelStrip::channelFxEdit (void) Line 303  bool ChannelStrip::channelFxEdit (void)
303    
304  #if CONFIG_FXSEND  #if CONFIG_FXSEND
305          ChannelFxForm *pChannelFxForm =          ChannelFxForm *pChannelFxForm =
306                  new ChannelFxForm(channel()->channelID(), parentWidget());                  new ChannelFxForm(channel(), parentWidget());
307          if (pChannelFxForm) {          if (pChannelFxForm) {
308                  //pChannelForm->setup(this);                  //pChannelForm->setup(this);
309                  bResult = pChannelFxForm->exec();                  bResult = pChannelFxForm->exec();

Legend:
Removed from v.1667  
changed lines
  Added in v.1668

  ViewVC Help
Powered by ViewVC