mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 06:12:14 +02:00
Add Vst3PlugViewProxy
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
// Yet Another layer of includes, but these are some VST3-specific typedefs that
|
||||
// we'll need for all of our interfaces
|
||||
|
||||
using Steinberg::TBool, Steinberg::int8, Steinberg::int16, Steinberg::int32,
|
||||
Steinberg::int64, Steinberg::uint8, Steinberg::uint16, Steinberg::uint32,
|
||||
Steinberg::uint64, Steinberg::tresult;
|
||||
using Steinberg::TBool, Steinberg::char16, Steinberg::int8, Steinberg::int16,
|
||||
Steinberg::int32, Steinberg::int64, Steinberg::uint8, Steinberg::uint16,
|
||||
Steinberg::uint32, Steinberg::uint64, Steinberg::tresult;
|
||||
|
||||
/**
|
||||
* Both `TUID` (`int8_t[16]`) and `FIDString` (`char*`) are hard to work with
|
||||
|
||||
Reference in New Issue
Block a user