Mercurial > hg > svapp
diff framework/SVFileReader.h @ 308:289d65722123 tonioni
More work on mixing and file i/o for sample stuff
author | Chris Cannam |
---|---|
date | Tue, 07 Jan 2014 15:50:04 +0000 |
parents | 9ccaa8fd9b9f |
children | 618d5816b04d |
line wrap: on
line diff
--- a/framework/SVFileReader.h Tue Jan 07 13:10:35 2014 +0000 +++ b/framework/SVFileReader.h Tue Jan 07 15:50:04 2014 +0000 @@ -222,6 +222,8 @@ bool readDerivation(const QXmlAttributes &); bool readPlayParameters(const QXmlAttributes &); bool readPlugin(const QXmlAttributes &); + bool readPluginForTransform(const QXmlAttributes &); + bool readPluginForPlayback(const QXmlAttributes &); bool readTransform(const QXmlAttributes &); bool readParameter(const QXmlAttributes &); bool readSelection(const QXmlAttributes &);