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

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

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 24  Line 24 
24    
25  #include "ui_qsamplerChannelFxForm.h"  #include "ui_qsamplerChannelFxForm.h"
26    
27    #include "qsamplerChannel.h"
28    #include "qsamplerDevice.h"
29    
30  #include <QDialog>  #include <QDialog>
31    
32  namespace QSampler {  namespace QSampler {
# Line 31  namespace QSampler { Line 34  namespace QSampler {
34  class ChannelFxForm : public QDialog {  class ChannelFxForm : public QDialog {
35          Q_OBJECT          Q_OBJECT
36  public:  public:
37          ChannelFxForm(int SamplerChannelID, QWidget* pParent = NULL, Qt::WindowFlags wflags = 0);          ChannelFxForm(Channel* pSamplerChannel, QWidget* pParent = NULL, Qt::WindowFlags wflags = 0);
38          ~ChannelFxForm();          ~ChannelFxForm();
39    
40  protected slots:  protected slots:
# Line 39  protected slots: Line 42  protected slots:
42          void onButtonClicked(QAbstractButton* button);          void onButtonClicked(QAbstractButton* button);
43          void onCreateFxSend();          void onCreateFxSend();
44          void onDestroyFxSend();          void onDestroyFxSend();
45            void onDepthCtrlChanged(int iMidiCtrl);
46            void onCurrentSendDepthChanged(int depthPercent);
47            void onRoutingTableChanged();
48            void updateTableCellRenderers();
49            void updateTableCellRenderers(const QModelIndex& topLeft,
50                    const QModelIndex& bottomRight);
51    
52  private:  private:
53          Ui::qsamplerChannelFxForm m_ui;          Ui::qsamplerChannelFxForm m_ui;
54    
55          int m_SamplerChannelID;          Channel* m_pSamplerChannel;
56            //int m_SamplerChannelID;
57            Device* m_pAudioDevice;
58  };  };
59    
60  } // namespace QSampler  } // namespace QSampler

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

  ViewVC Help
Powered by ViewVC