その他の設定

Zrythm stores all of its configuration using the GSettings mechanism, which comes with the gsettings command for changing settings from the command line, or the optional GUI tool dconf-editor.

通常、これらの設定のほとんどは Zrythm の UI 内に存在するので、これらの設定にアクセスする必要はありません。

Using gsettings

変更可能な設定を確認するには、または`'gsettings``の使用方法の詳細については``man gsettings``を参照してください。

As an example, to change the audio backend you would do gsettings set org.zrythm.Zrythm.preferences audio-backend "jack"

``range``オプションを使用して、使用可能な値のリストを取得できます。

gsettings range org.zrythm.Zrythmpreferences audio-backend

Using dconf-editor

Install and run dconf-editor, and navigate to org.zrythm.Zrythm. All the settings can be found there.