1AlsaModularSynth(1) General Commands Manual AlsaModularSynth(1)
2
3
4
6 ams - A modular patching software synthesizer
7
9 ams [OPTIONS] [file]
10
12 The AlsaModularSynth (AMS) is a software synthesizer designed after the
13 great analog modular synths of the 1960s. It employs virtual control
14 voltages (VC) for each
15 module's parameter control, using the the Moog synthesizer's 1V/oct
16 logarithmic control scale for its oscillator and filter functions.
17
18 Following the modular synth model AMS supplies the user with a variety
19 of sound-producing and sound-processing software modules such as digi‐
20 tal oscillators, filters, amplifiers, and DSP effects. These modules
21 are linked together (patched) to create complex audio synthesis net‐
22 works. These network patches can be played in realtime via MIDI or in‐
23 ternal control structures, and they may be saved and reloaded at will.
24
26 Runtime options for AMS are shown here with their default values in
27 brackets.
28
29
30 --jack Force JACK I/O
31
32
33 --in <num>
34 Number of JACK input ports
35
36
37 --out <num>
38 Number of JACK output ports
39
40
41 --poly <num>
42 Polyphony [1]
43
44
45 --periodsize <frames>
46 Period size [1024]
47
48
49 --alsa Force ALSA I/O
50
51
52 --frag <num>
53 Number of fragments [2]
54
55
56 --rate <samples/s>
57 Sample rate [44100]
58
59
60 --edge <0...10>
61 VCO edge [1.0]
62
63
64 --soundcard <plug>
65 Soundcard [plughw:0,0]
66
67
68 --preset <file>
69 Preset file
70
71
72 --presetpath <path>
73 Preset path
74
75
76 --nogui Start without GUI
77
78
79 --name <name>
80 ALSASEQ/JACK clientname, windowtitle
81
82
84 Numerous example and tutorial patches can be found in /usr/share/ams or
85 /usr/local/share/ams.
86
87 Tutorial documentation is available at http://alsamodular.source‐
88 forge.net/alsamodularsynth_doc.html.
89
90
92 Please send bug reports or any other feedback to the developer mailing
93 list <alsamodular-devel@lists.sourceforge.net>
94
95
97 AMS was written by Dr. Matthias Nagorni, Fons Adriaensen, Karsten
98 Wiese, Malte Steiner and Guido Scholz.
99
100
102 Copyright and license information for AMS:
103
104 AlsaModularSynth by Matthias Nagorni (c) 2002-2003 SuSE AG Nuremberg.
105 Licensed under the GNU General Public License V2.
106
107
108
109 May 2009 AlsaModularSynth(1)