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

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

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

revision 2568 by capela, Sat Dec 29 00:21:11 2012 UTC revision 2569 by schoenebeck, Tue May 20 20:04:19 2014 UTC
# Line 1  Line 1 
1  // qsamplerChannelStrip.h  // qsamplerChannelStrip.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2012, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 Christian Schoenebeck     Copyright (C) 2007, 2008, 2014 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 29  Line 29 
29    
30  class QDragEnterEvent;  class QDragEnterEvent;
31  class QTimer;  class QTimer;
32    class QMenu;
33    
34    
35  namespace QSampler {  namespace QSampler {
# Line 93  protected: Line 94  protected:
94  protected slots:  protected slots:
95    
96          void midiActivityLedOff();          void midiActivityLedOff();
97            void instrumentListPopupItemClicked(QAction* action);
98    
99  private:  private:
100    
# Line 101  private: Line 103  private:
103          Channel *m_pChannel;          Channel *m_pChannel;
104          int m_iDirtyChange;          int m_iDirtyChange;
105          int m_iErrorCount;          int m_iErrorCount;
106            QMenu* m_instrumentListPopupMenu;
107    
108          QTimer  *m_pMidiActivityTimer;          QTimer  *m_pMidiActivityTimer;
109    

Legend:
Removed from v.2568  
changed lines
  Added in v.2569

  ViewVC Help
Powered by ViewVC