falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.62k stars 146 forks source link

Combination of “bypass” and “disable” to stop a plugin processing without silencing it #1257

Open to7m opened 4 years ago

to7m commented 4 years ago

It seems (based on tests with a carla-patchbay plugin) that “bypass” and “disable” have the following intended functionalities:

At the moment, using both ”bypass” and “disable” at the same time results in the plugin becoming silent. My suggestion is that it should result in the normal bypass behaviour, but with the added benefit of no longer processing audio. This would be especially useful for processor-intensive plugins (such as patchbays containing many other plugins).

Having said that, the current behaviour might be more useful to some people, and a new one-click option for the behaviour I suggest could also be useful (to be used like “bypass” but with the benefit of reducing processor load).

mxmilkiib commented 6 months ago

Dupe of #52.

to7m commented 6 months ago

The introduction of a bypass was completed years ago. This is a separate issue.