Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

yoshimi(1) [debian man page]

YOSHIMI(1)						      General Commands Manual							YOSHIMI(1)

NAME
yoshimi - A software synthesizer based on ZynAddSubFX SYNOPSIS
yoshimi [options] bar [options] DESCRIPTION
This manual page documents briefly the yoshimi command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. yoshimi is a opensource software synthesizer capable of making a countless number of instruments, from some common heared from expensive hardware to interesting sounds that you'll boost to an amazing universe of sounds. yoshimi A software synthesizer based on ZynAddSubFX with very good Jack and Alsa midi/audio functionality on Linux. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -?, --help display command-line help and exit --usage display a short usage message -V, --version display program version -a, --alsa-midi[=<device>] use alsa midi input -A, --alsa-audio[=<device>] use alsa audio output -b, --buffersize=<size> set buffer size (alsa audio) -c, --show-console show console on startup -i, --no-gui no-gui -j, --jack-midi[=<device>] use jack midi input -J, --jack-audio[=<server>] use jack audio output -k, --autostart-jack auto start jack server -K, --auto-connect auto connect jack audio -V, --version display program version -l, --load=<file> load .xmz file -L, --load-instrument=<file> load .xiz file -N, --name-tag=<tag> add tag to clientname -o, --oscilsize=<size> set ADsynth oscilsize -R, --samplerate=<rate> set sample rate (alsa audio) -S, --state[=<file>] load state from <file>, defaults to '$HOME/.yoshimi/yoshimi.state' SEE ALSO jackd(1). AUTHOR
yoshimi was written by Alan Calvert This manual page was written by Jaromir Mike <mira.mikes@seznam.cz>, for the Debian project (but may be used by others). May 12, 2010 YOSHIMI(1)

Check Out this Related Man Page

JACK_NETSOURCE(1)					      General Commands Manual						 JACK_NETSOURCE(1)

NAME
jack_netsource - Netjack Master client for one slave SYNOPSIS
jack_netsource [ -H hostname ] [ options ] DESCRIPTION
jack_netsource The Master side of a netjack connection. Represents the slave jackd -dnet in the master jack graph. Most connection parame- ters are configured via the netsource, and the slave will set itself up according to the commandline option given to jack_netsource. Netjack allows low latency audio connections over general IP networks. When using celt for compression, it is even possible to establish transatlantic links, with latencies not much over the actual ping time. But the main usecase is of course a LAN, where it can achieve one jack period of latency. OPTIONS
-h this help text -H slave host Host name of the slave JACK -o num channels Number of audio playback channels -i num channels Number of audio capture channels -O num channels Number of midi playback channels -I num channels Number of midi capture channels -n periods Network latency in JACK periods -p port UDP port that the slave is listening on -r reply port UDP port that we are listening on -B bind port reply port, for use in NAT environments -b bitdepth Set transport to use 16bit or 8bit -c bytes Use CELT encoding with <bytes> per period and channel -m mtu Assume this mtu for the link -R N Redundancy: send out packets N times. -e skip host-to-network endianness conversion -N jack name Reports a different client name to jack -s, --server servername Connect to the jack server named servername -h, --help Display help/usage message -v, --version Output version information and exit EXAMPLES
run a 4 audio channel bidirectional link with one period of latency and no midi channels. Audio data is flowing uncompressed over the wire: On hostA: jackd -d alsa jack_netsource -H hostB -n1 -i4 -o4 -I0 -O0 On hostB: jackd -d net 0-122-0 September 2012 JACK_NETSOURCE(1)
Man Page