Menu

Tree [45376f] master /
 History

HTTPS access


File Date Author Commit
 colors 2008-08-14 gscholz gscholz [6872c2] autotools infrastructure added
 demos 2021-01-03 Guido Scholz Guido Scholz [d69457] Set file encoding to utf8
 instruments 2012-10-01 gscholz gscholz [269b7d] Make port font color editable, add some NEWS
 man 2021-01-03 Guido Scholz Guido Scholz [a087b7] Remove trailing whitespaces
 pixmaps 2008-08-14 gscholz gscholz [6872c2] autotools infrastructure added
 src 2023-02-04 Guido Scholz Guido Scholz [3aa809] Update translations
 tutorial 2008-08-14 gscholz gscholz [6872c2] autotools infrastructure added
 .cvsignore 2008-08-30 gscholz gscholz [56c9a6] some less entries
 .gitignore 2018-11-06 Guido Scholz Guido Scholz [5a19a8] Add git config file for files to be ignored
 AUTHORS 2014-03-15 gscholz gscholz [e679ea] Update ChangeLog and NEWS files, next release p...
 COPYING 2008-08-15 gscholz gscholz [4d33a0] keep old license
 ChangeLog 2023-03-14 Guido Scholz Guido Scholz [0539e9] Prepare 2.2.1 release
 INSTALL 2018-11-06 Guido Scholz Guido Scholz [eea2bf] Update INSTALL file
 Makefile.am 2008-08-14 gscholz gscholz [6872c2] autotools infrastructure added
 NEWS 2023-03-14 Guido Scholz Guido Scholz [0539e9] Prepare 2.2.1 release
 README 2023-03-14 Guido Scholz Guido Scholz [45376f] Fix trailing white spaces
 THANKS 2021-01-03 Guido Scholz Guido Scholz [d69457] Set file encoding to utf8
 configure.ac 2023-03-14 Guido Scholz Guido Scholz [0539e9] Prepare 2.2.1 release
 sinfonia.mid 2004-05-10 mnagorni mnagorni [9ff6d2] Fixed bug in m_ladspa; added sinfonia.mid and h...

Read Me

          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
          !!!               Warning                     !!!
          !!! This program may generate electronic      !!!
          !!! sounds which might damage your speakers.  !!!
          !!! Use the software at your own risk.        !!!
          !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

The online manual for AlsaModularSynth is found at
http://alsamodular.sourceforge.net/alsamodularsynth_doc.html

The files in the instruments folder are patches that have a Parameter View
GUI in addition to the parameter dialogs of the modules. Each instrument has
several presets that can be selected via MIDI program change or in the
Parameter View dialog.

The files in the tutorial folder feature a complete tutorial on modular
synthesis with many commented examples which you can use for own
experiments.

The files in the demos folder demonstrate certain modules or special sounds.
Note that some of these patches are monophonic, i.e. work only with poly 1.

AlsaModularSynth 1.8.5 features a new module Analogue Driver. This emulates
the oscillator drift effects present in analogue electronic circuits and also
includes a voice detune. The detune and drift amplitudes are always displayed
in the configuration dialog of the module. Note that these values are
normalized to 1.0. The actual detune/drift depends on the Amplitude parameter
in the Parameter tab. The amplitude is measured in Volt, the maximum of
0.084 is a tiny bit more than a semitone. The rate is measured in Hz.
The drift/detune process is a modified random walk where random coefficients
are generated at the detune/drift rate. These coefficients are multiplied by
the Modulation parameter (divided by the sample rate) and then added to the
current detune/drift amplitude (for each sample). These detune/drift
amplitudes are added to the input CV and the sum is then passed to the
outputs. The Autotune button will reset detune/drift amplitudes.

If you start with a fresh repository checkout, please first apply

  autoreconf -i

to get a proper configure script. For more instructions about compiling
and installing this application please refer to the INSTALL file.

Please send bug reports or any other feedback to the project mailing list

  alsamodular-devel@lists.sourceforge.net


Have a lot of fun!