diff view/View.h @ 591:0946feb81b79 sonification

Add playExampleNote route through view manager out to the audio play source
author Chris Cannam
date Fri, 24 Jun 2011 16:42:48 +0100
parents 4c484636d5ec
children
line wrap: on
line diff
--- a/view/View.h	Fri Jun 24 14:27:32 2011 +0100
+++ b/view/View.h	Fri Jun 24 16:42:48 2011 +0100
@@ -307,6 +307,8 @@
 
     virtual void progressCheckStalledTimerElapsed();
 
+    virtual void playExampleNote(int midiPitch) const;
+
 protected:
     View(QWidget *, bool showProgress);
     virtual void paintEvent(QPaintEvent *e);