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
23 internal control structures, and they may be saved and reloaded at
24 will.
25
27 Runtime options for AMS are shown here with their default values in
28 brackets.
29
30
31 --jack Force JACK I/O
32
33
34 --in <num>
35 Number of JACK input ports
36
37
38 --out <num>
39 Number of JACK output ports
40
41
42 --poly <num>
43 Polyphony [1]
44
45
46 --periodsize <frames>
47 Period size [1024]
48
49
50 --alsa Force ALSA I/O
51
52
53 --frag <num>
54 Number of fragments [2]
55
56
57 --rate <samples/s>
58 Sample rate [44100]
59
60
61 --edge <0...10>
62 VCO edge [1.0]
63
64
65 --soundcard <plug>
66 Soundcard [plughw:0,0]
67
68
69 --preset <file>
70 Preset file
71
72
73 --presetpath <path>
74 Preset path
75
76
77 --nogui Start without GUI
78
79
80 --name <name>
81 ALSASEQ/JACK clientname, windowtitle
82
83
85 Numerous example and tutorial patches can be found in /usr/share/ams or
86 /usr/local/share/ams.
87
88 Tutorial documentation is available at http://alsamodular.source‐
89 forge.net/alsamodularsynth_doc.html.
90
91
93 Please send bug reports or any other feedback to the developer mailing
94 list <alsamodular-devel@lists.sourceforge.net>
95
96
98 AMS was written by Dr. Matthias Nagorni, Fons Adriaensen, Karsten
99 Wiese, Malte Steiner and Guido Scholz.
100
101
103 Copyright and license information for AMS:
104
105 AlsaModularSynth by Matthias Nagorni (c) 2002-2003 SuSE AG Nuremberg.
106 Licensed under the GNU General Public License V2.
107
108
109
110 May 2009 AlsaModularSynth(1)