Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 157:ae56bf90cdf9
* Wire up MIDI input port (as far as printing a message when an event comes
in, anyway)
author | Chris Cannam |
---|---|
date | Mon, 23 Feb 2009 17:50:17 +0000 |
parents | c02706551309 |
children | 64b09e5bda21 |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Thu Feb 12 15:26:43 2009 +0000 +++ b/framework/MainWindowBase.h Mon Feb 23 17:50:17 2009 +0000 @@ -55,6 +55,7 @@ class QTreeView; class QPushButton; class OSCMessage; +class MIDIInput; class KeyReference; class Labeller; class ModelDataTableDialog; @@ -284,6 +285,8 @@ OSCQueue *m_oscQueue; OSCQueueStarter *m_oscQueueStarter; + MIDIInput *m_midiInput; + RecentFiles m_recentFiles; RecentFiles m_recentTransforms;