環境変数¶
Zrythm understands the following environment variables. They can be
configured in .bashrc
or a similar shell configuration file, the
operating system's settings, or they can be passed directly when running
zrythm or zrythm_launch, like:
ZRYTHM_SKIP_PLUGIN_SCAN=1 zrythm_launch
- ZRYTHM_SKIP_PLUGIN_SCAN¶
プラグインのスキャンを無効にするには、1 に設定します。
例: `` ZRYTHM_SKIP_PLUGIN_SCAN = 1``
- ZRYTHM_DSP_THREADS¶
使用するDSPスレッド数。デフォルトはCPUコア数-1です。
- ZRYTHM_DEBUG¶
1に設定すると、開発者にとって便利な追加情報が表示されます。