diff view/ViewManager.cpp @ 594:5fa210337bee integration_library

Merge from branch "sonification"
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 25 Jul 2011 18:56:28 +0100
parents 707d43018f59 0946feb81b79
children
line wrap: on
line diff
--- a/view/ViewManager.cpp	Mon Jul 25 18:55:57 2011 +0100
+++ b/view/ViewManager.cpp	Mon Jul 25 18:56:28 2011 +0100
@@ -191,6 +191,12 @@
     else return m_playbackModel->alignFromReference(frame);
 }
 
+void
+ViewManager::playExampleNote(int midiPitch)
+{
+    m_playSource->queueExampleNote(midiPitch);
+}
+
 bool
 ViewManager::haveInProgressSelection() const
 {