Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 307:d4ff14feca76
* Make it possible to record live MIDI to a note layer.
Now we're a proper MIDI sequencer. Ha, ha.
author | Chris Cannam |
---|---|
date | Wed, 25 Feb 2009 12:02:53 +0000 |
parents | 8fbbfea74058 |
children | 0fbfc9ade49d |
comparison
equal
deleted
inserted
replaced
306:8fbbfea74058 | 307:d4ff14feca76 |
---|---|
205 QAction *m_playLoopAction; | 205 QAction *m_playLoopAction; |
206 | 206 |
207 bool m_soloModified; | 207 bool m_soloModified; |
208 bool m_prevSolo; | 208 bool m_prevSolo; |
209 | 209 |
210 double m_lastInsertedMIDITime; | |
211 | |
212 QFrame *m_playControlsSpacer; | 210 QFrame *m_playControlsSpacer; |
213 int m_playControlsWidth; | 211 int m_playControlsWidth; |
214 | 212 |
215 QPointer<PreferencesDialog> m_preferencesDialog; | 213 QPointer<PreferencesDialog> m_preferencesDialog; |
216 QPointer<LayerTreeDialog> m_layerTreeDialog; | 214 QPointer<LayerTreeDialog> m_layerTreeDialog; |