mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 21:50:11 +02:00
Remove all references to Boost
Since we no longer depend on any of it.
This commit is contained in:
@@ -188,8 +188,7 @@ class Vst2Bridge : public HostBridge {
|
||||
#pragma GCC diagnostic ignored "-Wignored-attributes"
|
||||
|
||||
/**
|
||||
* The shared library handle of the VST plugin. I sadly could not get
|
||||
* Boost.DLL to work here, so we'll just load the VST plugisn by hand.
|
||||
* The shared library handle of the VST2 plugin.
|
||||
*/
|
||||
std::unique_ptr<std::remove_pointer_t<HMODULE>, decltype(&FreeLibrary)>
|
||||
plugin_handle_;
|
||||
@@ -245,8 +244,7 @@ class Vst2Bridge : public HostBridge {
|
||||
* practice every host will bundle all events in a single
|
||||
* `effProcessEvents()` call.
|
||||
*/
|
||||
llvm::SmallVector<DynamicVstEvents, 1>
|
||||
next_audio_buffer_midi_events_;
|
||||
llvm::SmallVector<DynamicVstEvents, 1> next_audio_buffer_midi_events_;
|
||||
/**
|
||||
* Whether `next_audio_buffer_midi_events` should be cleared before
|
||||
* inserting new events.
|
||||
|
||||
@@ -11,7 +11,6 @@ if is_64bit_system
|
||||
configuration_dep,
|
||||
|
||||
asio_dep,
|
||||
boost_dep,
|
||||
bitsery_dep,
|
||||
function2_dep,
|
||||
ghc_filesystem_dep,
|
||||
@@ -37,7 +36,6 @@ if with_bitbridge
|
||||
configuration_dep,
|
||||
|
||||
asio_dep,
|
||||
boost_dep,
|
||||
ghc_filesystem_dep,
|
||||
bitsery_dep,
|
||||
function2_dep,
|
||||
|
||||
Reference in New Issue
Block a user