Add stubs for INoteExpressionController

This commit is contained in:
Robbert van der Helm
2021-01-02 15:27:55 +01:00
parent c206d68b12
commit 8a4de7da53
7 changed files with 85 additions and 0 deletions
@@ -27,6 +27,9 @@
/**
* Wraps around `INoteExpressionController` for serialization purposes. This is
* instantiated as part of `Vst3PluginProxy`.
*
* TODO: Check if these things are being called in the processing loop. If they
* are, handle them on the audio sockets.
*/
class YaNoteExpressionController
: public Steinberg::Vst::INoteExpressionController {