Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ams(1) [debian man page]

AlsaModularSynth(1)					      General Commands Manual					       AlsaModularSynth(1)

NAME
ams - A software synthesizer modeled after modular patching synthesizers SYNOPSIS
ams [OPTIONS] DESCRIPTION
The AlsaModularSynth (AMS) is a software synthesizer designed after the great analog modular synths of the 1960s. It employs virtual con- trol voltages (VC) for each module's parameter control, using the the Moog synthesizer's 1V/oct logarithmic control scale for its oscilla- tor and filter functions. Following the modular synth model AMS supplies the user with a variety of sound-producing and sound-processing software modules such as digital oscillators, filters, amplifiers, and DSP effects. These modules are linked together (patched) to create complex audio synthesis networks. These network patches can be played in realtime via MIDI or internal control structures, and they may be saved and reloaded at will. OPTIONS
Runtime options for AMS are shown here with their default values in brackets. --jack Enable JACK I/O --in <num> Number of JACK input ports --out <num> Number of JACK output ports --poly <num> Polyphony [1] --periodsize <frames> Period size [1024] --frag <num> Number of fragments [2] --rate <samples/s> Sample rate [44100] --edge <0...10> VCO edge [1.0] --soundcard <plug> Soundcard [plughw:0,0] --preset <file> Preset file --presetpath <path> Preset path --nogui Start without GUI FILES
Numerous example patches can be found in /usr/share/ams or /usr/local/share/ams. Tutorial documentation is available at http://alsamodular.sourceforge.net/alsamodularsynth_doc.html. BUGS
Please send bug reports or any other feedback to Matthias Nagorni <mana@suse.de> AUTHOR
AMS is written and maintained by Dr. Matthias Nagorni. COPYRIGHT
Copyright and license information for AMS: AlsaModularSynth by Matthias Nagorni (c) 2002-2003 SuSE AG Nuremberg. Licensed under the GNU Public License. November 2003 AlsaModularSynth(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