Mercurial > hg > svgui
diff view/View.cpp @ 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 | 4806715f7a19 |
children |
line wrap: on
line diff
--- a/view/View.cpp Fri Jun 24 14:27:32 2011 +0100 +++ b/view/View.cpp Fri Jun 24 16:42:48 2011 +0100 @@ -2365,6 +2365,12 @@ } void +View::playExampleNote(int midiPitch) const +{ + if (m_manager) m_manager->playExampleNote(midiPitch); +} + +void View::toXml(QTextStream &stream, QString indent, QString extraAttributes) const {