Add stubs for implementing IAudioProcessor

This commit is contained in:
Robbert van der Helm
2020-12-14 13:06:02 +01:00
parent 096171bb96
commit 0668a785b0
4 changed files with 99 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
// we'll need for all of our interfaces
using Steinberg::TBool, Steinberg::int8, Steinberg::int32, Steinberg::int64,
Steinberg::tresult;
Steinberg::uint32, Steinberg::tresult;
/**
* Both `TUID` (`int8_t[16]`) and `FIDString` (`char*`) are hard to work with