/[svn]/qsampler/trunk/src/qsamplerMainForm.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.h

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

revision 1626 by schoenebeck, Sat Jan 5 13:29:11 2008 UTC revision 1702 by schoenebeck, Sun Feb 17 13:53:00 2008 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 69  public: Line 69  public:
69          void appendMessagesClient(const QString& s);          void appendMessagesClient(const QString& s);
70    
71          ChannelStrip* createChannelStrip(Channel *pChannel);          ChannelStrip* createChannelStrip(Channel *pChannel);
72            void destroyChannelStrip(ChannelStrip* pChannelStrip);
73          ChannelStrip* activeChannelStrip();          ChannelStrip* activeChannelStrip();
74          ChannelStrip* channelStripAt(int iChannel);          ChannelStrip* channelStripAt(int iChannel);
75          ChannelStrip* channelStrip(int iChannelID);          ChannelStrip* channelStrip(int iChannelID);
# Line 143  protected: Line 144  protected:
144          void updateMessagesFont();          void updateMessagesFont();
145          void updateMessagesLimit();          void updateMessagesLimit();
146          void updateMessagesCapture();          void updateMessagesCapture();
147            void updateViewMidiDeviceStatusMenu();
148            void updateAllChannelStrips(bool bRemoveDeadStrips);
149          void startSchedule(int iStartDelay);          void startSchedule(int iStartDelay);
150          void stopSchedule();          void stopSchedule();
151          void startServer();          void startServer();

Legend:
Removed from v.1626  
changed lines
  Added in v.1702

  ViewVC Help
Powered by ViewVC