comparison transform/RealTimeEffectModelTransformer.h @ 851:c9846844ac11 tonioni

Merge branch tonioni_multi_transform
author Chris Cannam
date Mon, 02 Dec 2013 15:47:06 +0000
parents 418cd2064769
children 5a1198083d9a
comparison
equal deleted inserted replaced
847:2d53205f70cd 851:c9846844ac11
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;