Mercurial > hg > svapp
diff framework/MainWindowBase.cpp @ 53:de2b3c6479c8
* Introduce new Transform class which contains data necessary to describe the
context for a plugin -- the plugin's name and output, the step/block size
etc (formerly spread across ExecutionContext and TransformFactory). Other
code hasn't been updated to use this yet.
* Rename existing Transform stuff to Transformers (because they run Transforms)
I'm still not 100% sure about this change, don't rely on it.
author | Chris Cannam |
---|---|
date | Mon, 05 Nov 2007 15:31:06 +0000 |
parents | 43ad8d909e28 |
children | a798f5e6fc5e |
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp Fri Nov 02 14:12:17 2007 +0000 +++ b/framework/MainWindowBase.cpp Mon Nov 05 15:31:06 2007 +0000 @@ -105,7 +105,7 @@ m_playTarget(0), m_oscQueue(withOSCSupport ? new OSCQueue() : 0), m_recentFiles("RecentFiles", 20), - m_recentTransforms("RecentTransforms", 20), + m_recentTransformers("RecentTransforms", 20), m_documentModified(false), m_openingAudioFile(false), m_abandoning(false),