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

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

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

revision 1488 by capela, Thu Nov 1 17:14:21 2007 UTC revision 1489 by schoenebeck, Mon Nov 19 03:29:57 2007 UTC
# Line 53  protected: Line 53  protected:
53      Q3PtrList<qsamplerDevice> m_audioDevices;      Q3PtrList<qsamplerDevice> m_audioDevices;
54      Q3PtrList<qsamplerDevice> m_midiDevices;      Q3PtrList<qsamplerDevice> m_midiDevices;
55      DeviceForm* m_pDeviceForm;      DeviceForm* m_pDeviceForm;
     qsamplerChannelRoutingMap m_audioRouting;  
56      ChannelRoutingModel routingModel;      ChannelRoutingModel routingModel;
57      ChannelRoutingDelegate routingDelegate;      ChannelRoutingDelegate routingDelegate;
58    
# Line 68  protected slots: Line 67  protected slots:
67      void selectAudioDriver(const QString& sAudioDriver);      void selectAudioDriver(const QString& sAudioDriver);
68      void selectAudioDevice(int iAudioItem);      void selectAudioDevice(int iAudioItem);
69      void setupAudioDevice();      void setupAudioDevice();
     void changeAudioRouting(int iRow, int iCol);  
70      void updateDevices();      void updateDevices();
71      void optionsChanged();      void optionsChanged();
72      void stabilizeForm();      void stabilizeForm();
73        void updateTableCellRenderers();
74        void updateTableCellRenderers(const QModelIndex& topLeft, const QModelIndex& bottomRight);
75    
76  private:  private:
77      Ui::qsamplerChannelForm ui;      Ui::qsamplerChannelForm ui;

Legend:
Removed from v.1488  
changed lines
  Added in v.1489

  ViewVC Help
Powered by ViewVC