환경 변수¶
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로 설정합니다.