Mercurial > hg > svgui
diff view/ViewManager.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 | 73a58a4dfebd |
children | 5fa210337bee |
line wrap: on
line diff
--- a/view/ViewManager.h Fri Jun 24 14:27:32 2011 +0100 +++ b/view/ViewManager.h Fri Jun 24 16:42:48 2011 +0100 @@ -243,6 +243,7 @@ void viewZoomLevelChanged(unsigned long, bool); void setGlobalCentreFrame(unsigned long); void setPlaybackFrame(unsigned long); + void playExampleNote(int midiPitch); protected slots: void checkPlayStatus();