Procurando suplementos#

Zrythm will scan for plugins on startup and will remember those plugins until it is closed. Zrythm supports CLAP, LV2, VST2, VST3, LADSPA, DSSI and AU plugins.

Instrumentos de SFZ e SF2 também são suportados e são digitalizados como suplementos de instrumentos.

Dica

Plugin scanning can be disabled by passing the ZRYTHM_SKIP_PLUGIN_SCAN environment variable when running Zrythm.

Scan Paths#

Zrythm will scan for plugins in the plugin search paths specified in the preferences. If the search path is left empty, Zrythm will scan for plugins in the standard paths according to the specifications of each plugin format (if any).

Dica

You can use environment variables (e.g., LV2_PATH) when specifying search paths in the preferences. The allowed syntax is ${ENV_VAR_NAME} where ENV_VAR_NAME is the name of the environment variable.

Plugin Cache#

Zrythm lembrará-se dos suplementos VST analizados e gravará esta informação em cached_plugin_descriptors.yaml no Zrythm user path.

Novos suplementos serão procurados em cada arranque e você pode apagar ou editar este ficheiro para forçar uma nova procurar de suplementos previamente procurados.

Varredura AU#

Em MacOS, suplementos de AU serão analisados na localização padrão deles em /Library/Audio/Plug-Ins/Components.

Varredura SFZ/SF2#

SFZ and SF2 instruments will be scanned in all directories and subdirectories specified in the preferences.

About Flatpak#

When using Zrythm as a Flatpak, only Flatpak plugins should be used (i.e., plugins using the Linux Audio base extension).

Aviso

While Zrythm allows the user to use plugins not packaged as Flatpaks using the environment variables above, this is not recommended and we do not offer support if it causes issues.

Nota

Flatpak builds have no access to /usr so it is not possible to use system plugins, even when using the environment variables above.