Mercurial > hg > svgui
diff view/View.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 | 0946feb81b79 |
children |
line wrap: on
line diff
--- a/view/View.cpp Mon Jul 25 18:55:57 2011 +0100 +++ b/view/View.cpp Mon Jul 25 18:56:28 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 {