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

CHUCK(1)						      General Commands Manual							  CHUCK(1)

NAME
chuck -- audio programming language for real-time synthesis, composition, and performance SYNOPSIS
chuck [--halt] [--loop] [--audio] [--silent] [--dump] [--nodump] [--about] [--srateN] [--bufsizeN] [--bufnumN] [--dacN] [--adcN] [--remotehostname] [--portN] [--verboseN] [--probe] [--blocking] [--callback] [--add] [--remove] [--replace] [--status] [--time] [--kill] [--version] [+] [-] [=] [^] [file1] [file2] [file2] DESCRIPTION
This manual page documents briefly the chuck commands. chuck is a new audio programming language for real-time synthesis, composition, and performance, which runs on commodity operating systems. chuck presents a new time-based concurrent programming model, which supports multiple, simultaneous, dynamic control rates, and the ability to add, remove, and modify code, on-the-fly, while the program is running, without stopping or restarting. Use chuck for jack audio interfaces, chuck.alsa to access alsa devices, and chuck.oss to access oss devices. OPTIONS
A summary of options is included below. --add file.ck Add a file to a running chuck server. --remove shrednumber Remove a shred to a running chuck server. --replace shrednumber file.ck Replace an existing shred with another file. --status Print chuck server status information. + - = ^ Shortcuts for add, remove, replace and status. --time Get the current time. --kill Kill the chuck server. --halt Start in halt mode (default). --loop Start chuck in loop mode (daemon mode). --audio Start server with audio (default). --silent Start server in silent mode. --dump Dump compilation result (verbose mode). --nodump Do not dump compilation result. --srateN Set sampling rate (default to 48000 for jack, auto detected otherwise). --bufsizeN Set buffer size. --bufnumN Set number of buffer. --dacN Set output audio device. --adcN Set input audio device. --remotehostname Connect to remote hostname. --portN Connect/Listen on port number N. --verboseN Set verbosity level to N. --probe List available audio devices. --blocking Use blocking mode audio access. --callback Use callback mode audio access. --about --help Show summary of options. --version Show version of program. SEE ALSO
/usr/share/doc/chuck/ChucK_manual.pdf EXAMPLES
$ cd /usr/share/doc/chuck/examples $ chuck otf_01.ck & $ chuck --add otf_02.ck & $ chuck + otf_0[4567].ck $ chuck - 0 $ chuck --kill AUTHOR
This manual page was written by Paul Brossier <piem@altern.org>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. CHUCK(1)
Man Page