Replace the Win32Thread proxy functions

Now that we can use lambdas instead.
This commit is contained in:
Robbert van der Helm
2020-10-27 17:16:20 +01:00
parent 1681ec9767
commit 4038e198fe
2 changed files with 192 additions and 220 deletions
-8
View File
@@ -128,14 +128,6 @@ class Vst2Bridge {
*/
void handle_win32_events();
// These functions are the entry points for the `*_handler` threads
// defined below. They're defined here because we can't use lambdas with
// WinAPI's `CreateThread` which is needed to support the proper call
// conventions the VST plugins expect.
void handle_dispatch_midi_events();
void handle_parameters();
void handle_process_replacing();
/**
* Forward the host callback made by the plugin to the host and return the
* results.