comparison transform/RealTimeEffectModelTransformer.h @ 1740:fe3f7f8df3a3 by-id

More work on transformers
author Chris Cannam
date Wed, 26 Jun 2019 17:25:20 +0100
parents ad5f892c0c4d
children 5f8fbbde08ff
comparison
equal deleted inserted replaced
1739:565575463752 1740:fe3f7f8df3a3
34 void awaitOutputModels() override { } // they're created synchronously 34 void awaitOutputModels() override { } // they're created synchronously
35 35
36 QString m_units; 36 QString m_units;
37 RealTimePluginInstance *m_plugin; 37 RealTimePluginInstance *m_plugin;
38 int m_outputNo; 38 int m_outputNo;
39
40 // just casts
41 DenseTimeValueModel *getConformingInput();
42 }; 39 };
43 40
44 #endif 41 #endif
45 42