Files
ardour/libs
Robin Gareus a0452eeb57 VST3: dynamically grow ParameterChanges
Some plugins (e.g. Roland JD-800) have zero controls, but
MIDI control with are not directly accounted for. This
results in a zero-size ParameterChanges queue, which later produced
a segfault when trying to enqueue a MIDI change:

```
input_param_changes.addParameterData (id, index)->addPoint (sample_off, value, index);
```
2023-01-06 03:29:55 +01:00
..
2022-08-03 12:10:01 -06:00
2022-12-26 14:03:32 -06:00
2022-09-21 19:09:55 -06:00
2021-03-01 22:14:38 +01:00
2022-11-15 03:24:19 +01:00