/[svn]/qsampler/trunk/src/qsamplerChannelStrip.ui.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.ui.h

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

revision 1365 by capela, Mon Jan 15 19:11:59 2007 UTC revision 1366 by schoenebeck, Mon Oct 1 18:26:06 2007 UTC
# Line 235  bool qsamplerChannelStrip::channelSolo ( Line 235  bool qsamplerChannelStrip::channelSolo (
235  }  }
236    
237    
238    // Channel edit slot.
239    void qsamplerChannelStrip::channelEdit()
240    {
241            if (m_pChannel == NULL)
242                    return;
243    
244            m_pChannel->editChannel();
245    }
246    
247    
248  // Channel reset slot.  // Channel reset slot.
249  bool qsamplerChannelStrip::channelReset (void)  bool qsamplerChannelStrip::channelReset (void)
250  {  {

Legend:
Removed from v.1365  
changed lines
  Added in v.1366

  ViewVC Help
Powered by ViewVC