comparison transform/RealTimeEffectModelTransformer.h @ 849:418cd2064769 tonioni_multi_transform

More on multi-transform stuff
author Chris Cannam
date Mon, 02 Dec 2013 11:17:24 +0000
parents 370aa9714ef5
children 5a1198083d9a
comparison
equal deleted inserted replaced
848:539740f231fa 849:418cd2064769
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _REAL_TIME_PLUGIN_TRANSFORMER_H_ 16 #ifndef _REAL_TIME_EFFECT_TRANSFORMER_H_
17 #define _REAL_TIME_PLUGIN_TRANSFORMER_H_ 17 #define _REAL_TIME_EFFECT_TRANSFORMER_H_
18 18
19 #include "ModelTransformer.h" 19 #include "ModelTransformer.h"
20 #include "plugin/RealTimePluginInstance.h" 20 #include "plugin/RealTimePluginInstance.h"
21 21
22 class DenseTimeValueModel; 22 class DenseTimeValueModel;