Files
ardour/libs
Robin Gareus 15864be609 VST3: always pass buffers for all audio busses
This should fix an issue with yabridge and MCompressor.
The plugin has two kMain inputs and expects ProcessData:inputs
to always have two entries, even if the second bus is explicitly
disabled.

see https://hastebin.com/ekewojiqep.txt
```
IComponent::activateBus(type = 0, dir = 0, index = 1, state = false)
data.numInputs = 1;
```

TODO: optimize (pre-allocate) if it works as expected
2020-12-30 18:10:17 +01:00
..
2020-12-01 12:08:09 +01:00
2020-12-30 03:26:00 +01:00
2020-11-02 01:57:03 +01:00
2020-03-02 17:58:03 +01:00
2020-03-23 17:38:08 +01:00
2020-12-10 20:21:29 +01:00
2020-01-22 02:00:25 +01:00
2019-09-03 05:01:59 +02:00