/[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 1558 by capela, Thu Dec 6 09:35:33 2007 UTC revision 2036 by capela, Wed Jan 6 09:52:32 2010 UTC
# Line 1  Line 1 
1  // qsamplerMainForm.h  // qsamplerMainForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2010, 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();
152          void stopServer();          void stopServer(bool bInteractive = false);
153          bool startClient();          bool startClient();
154          void stopClient();          void stopClient();
155    
# Line 162  private: Line 165  private:
165          int m_iDirtyCount;          int m_iDirtyCount;
166          lscp_client_t *m_pClient;          lscp_client_t *m_pClient;
167          QProcess *m_pServer;          QProcess *m_pServer;
168            bool bForceServerStop;
169          int m_iStartDelay;          int m_iStartDelay;
170          int m_iTimerDelay;          int m_iTimerDelay;
171          int m_iTimerSlot;          int m_iTimerSlot;

Legend:
Removed from v.1558  
changed lines
  Added in v.2036

  ViewVC Help
Powered by ViewVC