mikeoliphant / neural-amp-modeler-lv2

Neural Amp Modeler LV2 plugin implementation
GNU General Public License v3.0
229 stars 28 forks source link

Support input gain and output volume controls #3

Closed mikeoliphant closed 1 year ago

mikeoliphant commented 1 year ago

Add control ports for input gain and output volume.

mikeoliphant commented 1 year ago

This is mostly resolved, but since it is using LV2 control ports, it per-sample-buffer and not per-sample accurate. Using LV2 parameters would be better.

falkTX commented 1 year ago

hosts will split the audio cycle into multiple parts as needed, so lv2 params is not always necessary. some parameter smoothing is likely to be enough here, I dont suppose many people will be automating these specific controls