Commit graph

15 commits

Author SHA1 Message Date
Paul Fd
bdc9522662 Add multiple output capabilities to the library and plugins
Add a fast path to effect busses

Get the number of outputs in the Synth

Duplicate effect buses and process outputs separately

Update the API wrappers to handle multichannel processing

Accomodate multiple outputs in the VST plugin

Publish a 8 stereo version of the LV2 plugin

Publish a 8 stereo version of the VST3 plugin

WIP

Remove the duplication of effects

Cleanups

Debugs

Tweaks

Windows free error

Port numbers change between plugin versions

Fix warning

Proper meter backgrounds
2021-11-09 19:40:06 +01:00
Paul Fd
57a41fd0a7 Add a check for sustain and sostenuto in the LV2
If the midi message is a sustain or sostenuto, pass it on regardless of the plugin-side automation compile time switch.
Also hide sustain/sostenuto CCs from the UI controls; most of the time they're for pedal noises and things like this.
2021-07-24 19:11:39 +02:00
Pete Savage
a9f7f458f6
Fixed import for CPP 17 2021-07-22 07:29:37 +01:00
Jean Pierre Cimalando
d255f682e9 Deduplicate win32 string conversions 2021-05-08 16:23:22 +02:00
Jean Pierre Cimalando
60ad6a5e57 Eliminate the glib requirement for ui-less plugins 2021-05-08 16:14:15 +02:00
Jean Pierre Cimalando
9952d28b97 Volume meter for plugin editors 2021-04-26 15:52:29 +02:00
Jean Pierre Cimalando
5e063e2c1a Fix some warnings 2021-04-11 19:40:33 +02:00
Jean Pierre Cimalando
8d68f50bac Move sfizz settings and paths to common plugin sources 2021-04-08 20:30:19 +02:00
Jean Pierre Cimalando
bbac05281d Update InstrumentDescription to receive the image name 2021-04-03 23:51:29 +02:00
Jean Pierre Cimalando
9d3e365f2e Instrument description in VST and LV2 2021-04-03 23:25:19 +02:00
Jean Pierre Cimalando
b272b1a3e3 Helper to extract a description of the instrument 2021-04-03 23:25:19 +02:00
Jean Pierre Cimalando
7091e4d54f Make the importer a library of its own 2021-03-18 16:40:33 +01:00
Jean Pierre Cimalando
cc0de3c12c Add virtual dtor where needed 2021-03-18 14:18:52 +01:00
Jean Pierre Cimalando
625cf2a93b Add import utilities for foreign instruments 2021-03-07 17:34:21 +01:00
Jean Pierre Cimalando
f1d240b88b Make a common lib for plugins, move OSC there 2021-02-08 20:59:32 +01:00