Ventana de plugin#

Interfaces de usuario personalizadas#

When Plugin UIs are opened, a window such as the following will be displayed, if the plugin ships with its own UI.

../../_images/ot-simian-plugin-window.png

UI genérico#

Si el plugin no se incluye con su propia interfaz de usuario, se generará la siguiente interfaz de usuario genérica.

../../_images/compressor-plugin-window.png

Puente#

By default, plugins are instantiated in a separate process from Zrythm so that Zrythm doesn’t crash if a plugin misbehaves (Zrythm calls this bridging). However, this has the side effect that DSP is not as fast as it could be (although fast enough in most cases), because there is cross-process communication.

Sometimes, you may want to manually tell Zrythm to open plugins in a specific way. You can find the options available for each plugin by right clicking on the plugin in the Explorador de plugins.

../../_images/plugin-browser-right-click.png

Opening Compressor in normal (unbridged) mode#

Truco

Zrythm will remember the last setting used for each plugin and automatically apply it when you choose to instantiate that plugin from the plugin browser in the future.