コマンドライン#

Zrythm には、以下に示すいくつかのユーティリティが付属しており、このユーティリティは CLI から使用できます。

zrythm#

Zrythmの実行ファイル。

-h, --help#

使用可能なオプションの一覧を出力します。

--pretty#

出力をプリティープリントする(該当する場合)。

-p, --print-settings#

Print all the user settings. Can be combined with zrythm --pretty to get pretty-printed output, like below.

../_images/print-settings.png
--reset-to-factory#

ユーザー設定を初期値に戻します。

注釈

Only affects the settings printed with zrythm -p. This will not affect any files in the Zrythm user path.

警告

これにより、すべてのユーザー設定がクリアされます。

--audio-backend=BACKEND#

Override the audio backend to use.

BACKEND is one of: alsa, dummy, jack, pa, pulse, rtaudio, sdl

--midi-backend=BACKEND#

Override the MIDI backend to use.

BACKEND is one of: dummy, jack, rtmidi, windows_mme

-v, --version#

Print version information.

Zrythmのバージョンを出力します。

zrythm_launch#

Zrythm を起動する前に正しいパスを設定する zrythm のラッパー。 zrythm のすべてのオプションは zrythm_launch にも渡すことができます。