Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
52:43ad8d909e28 | 53:de2b3c6479c8 |
---|---|
103 m_audioOutput(withAudioOutput), | 103 m_audioOutput(withAudioOutput), |
104 m_playSource(0), | 104 m_playSource(0), |
105 m_playTarget(0), | 105 m_playTarget(0), |
106 m_oscQueue(withOSCSupport ? new OSCQueue() : 0), | 106 m_oscQueue(withOSCSupport ? new OSCQueue() : 0), |
107 m_recentFiles("RecentFiles", 20), | 107 m_recentFiles("RecentFiles", 20), |
108 m_recentTransforms("RecentTransforms", 20), | 108 m_recentTransformers("RecentTransforms", 20), |
109 m_documentModified(false), | 109 m_documentModified(false), |
110 m_openingAudioFile(false), | 110 m_openingAudioFile(false), |
111 m_abandoning(false), | 111 m_abandoning(false), |
112 m_labeller(0) | 112 m_labeller(0) |
113 { | 113 { |