Add a partial AudioBusBuffers implementation

This commit is contained in:
Robbert van der Helm
2020-12-15 13:07:25 +01:00
parent 9c97ebb262
commit e7d7317f60
4 changed files with 219 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::uint32, Steinberg::tresult;
Steinberg::uint32, Steinberg::uint64, Steinberg::tresult;
/**
* Both `TUID` (`int8_t[16]`) and `FIDString` (`char*`) are hard to work with