Robbert van der Helm
|
af94fe80d8
|
Filter out unsupported aduioMaster* events
Not sure if this is the correct approach, but these seem to not really
do anything and they sometimes crash the host.
|
2020-03-10 14:21:27 +01:00 |
|
Robbert van der Helm
|
7e75f913fa
|
Add the ability to override writing back data
|
2020-03-09 23:36:54 +01:00 |
|
Robbert van der Helm
|
8dad15b597
|
Always use resizable buffers
It was a slight problem for audio buffers, but events can apparently
also have an arbitrary size because of chunks.
|
2020-03-09 21:32:49 +01:00 |
|
Robbert van der Helm
|
adf33e84a8
|
Use a template argument for serializing behaviour
This keeps it a bit more readable.
|
2020-03-09 20:13:08 +01:00 |
|
Robbert van der Helm
|
40142f801e
|
Pass throug the VstEvents struct
|
2020-03-08 20:29:40 +01:00 |
|
Robbert van der Helm
|
f1901de62b
|
Add an updated version of the aeffectx.h header
From the Audacity project.
|
2020-03-08 13:48:09 +01:00 |
|
Robbert van der Helm
|
3232f76f97
|
Add missing flush
|
2020-03-08 13:18:50 +01:00 |
|
Robbert van der Helm
|
3bfb6cf38b
|
Disable logging on the Wine side
It was incredibly verbose, and for debugging the networking part you
could still use stdout.
|
2020-03-07 23:36:30 +01:00 |
|
Robbert van der Helm
|
35b0174b9e
|
Add log messages everywhere
|
2020-03-07 23:10:07 +01:00 |
|
Robbert van der Helm
|
50172aefbb
|
Write basic log messages
|
2020-03-07 17:57:56 +01:00 |
|
Robbert van der Helm
|
4bcb77defa
|
Add logging prefixes based on the plugin
|
2020-03-07 15:39:45 +01:00 |
|
Robbert van der Helm
|
1d2c3d4d75
|
Add the base for a debug log
|
2020-03-06 15:40:15 +01:00 |
|
Robbert van der Helm
|
46b08530ae
|
Pass through processReplacing
Should work, almost does.
|
2020-03-05 22:18:06 +01:00 |
|
Robbert van der Helm
|
bea600a13a
|
Pass through getParameter and setParameter
|
2020-03-05 17:00:45 +01:00 |
|
Robbert van der Helm
|
814a3b40b5
|
Use a thread for dispatch events
|
2020-03-05 16:29:59 +01:00 |
|
Robbert van der Helm
|
4f29a98cea
|
Pass through the plugin's AEffect struct
|
2020-03-05 14:55:32 +01:00 |
|
Robbert van der Helm
|
cb6ad5f043
|
Rename both Bridge classes to differentiate
Switching between them became a bit confusing.
|
2020-03-01 01:17:15 +01:00 |
|