Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ZRYTHM(1)			 User Commands			     ZRYTHM(1)

NAME
       Zrythm -	Zrythm

DESCRIPTION
       Zrythm  is  a  digital  audio workstation designed to be	featureful and
       easy to use.  It	offers unlimited automation options, LV2  plugin  sup-
       port, JACK support and chord assistance.

   Usage:
	      zrythm [OPTION?] [PROJECT-FILE]

       Run Zrythm, optionally passing a	project	file.

   Help	Options:
       -h, --help
	      Show help	options

       --help-all
	      Show all help options

       --help-gapplication
	      Show GApplication	options

       --help-gtk
	      Show GTK+	Options

   Application Options:
       -v, --version
	      Print version information

       --zpj-to-yaml=ZPJ-FILE
	      Convert ZPJ-FILE to YAML

       --yaml-to-zpj=YAML-PROJECT-FILE
	      Convert YAML-PROJECT-FILE	to the .zpj format

       --gen-project=SCRIPT-FILE
	      Generate a project from SCRIPT-FILE

       --pretty
	      Print output in user-friendly way

       -p, --print-settings
	      Print current settings

       --reset-to-factory
	      Reset to factory settings

       --audio-backend=BACKEND
	      Override the audio backend to use

       --midi-backend=BACKEND
	      Override the MIDI	backend	to use

       --dummy
	      Shorthand	for --midi-backend=none	--audio-backend=none

       --buf-size=BUF_SIZE
	      Override	the  buffer  size to use for the audio backend,	if ap-
	      plicable

       --samplerate=SAMPLERATE
	      Override the samplerate to use for the audio backend, if applic-
	      able

       -o, --output=FILE
	      File or directory	to output to

       --cyaml-log-level=LOG-LEVEL
	      Cyaml log	level

       --display=DISPLAY
	      X	display	to use

ENVIRONMENT
       LV2_PATH
	      Specify custom path for scanning LV2 plugins

       ZRYTHM_DSP_THREADS
	      Number of	threads	to use for DSP,	including the main one

       ZRYTHM_SKIP_PLUGIN_SCAN
	      Disable plugin scanning

       ZRYTHM_DEBUG
	      Show additional debug info about objects

FILES
       (R)Log files for	each Zrythm run

       (R)Project templates

       (R)User themes

       (R)Cached VST plugin descriptors

EXAMPLES
       --zpj-to-yaml a.zpj > b.yaml
	      Convert a	a.zpj to YAML and save to b.yaml

       --gen-project a.scm -o myproject
	      Generate myproject from a.scm

       -p --pretty
	      Pretty-print current settings

       Please report issues to https://sr.ht/~alextee/zrythm/trackers

AUTHOR
       Alexandros Theodotou

COPYRIGHT
       Copyright (C) 2018-2021 The Zrythm contributors This is free  software;
       see  the	source for copying conditions.	There is NO warranty; not even
       for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Zrythm 1.0.0-alpha.26.0.13	  April	2025			     ZRYTHM(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=zrythm&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help