diff options
| author | Robert Jonsson <spamatica@gmail.com> | 2011-03-07 19:01:11 +0000 | 
|---|---|---|
| committer | Robert Jonsson <spamatica@gmail.com> | 2011-03-07 19:01:11 +0000 | 
| commit | e40fc849149dd97c248866a4a1d026dda5e57b62 (patch) | |
| tree | b12b358f3b3a0608001d30403358f8443118ec5f /attic/muse2-oom/muse2/synti/vam/README | |
| parent | 1bd4f2e8d9745cabb667b043171cad22c8577768 (diff) | |
clean3
Diffstat (limited to 'attic/muse2-oom/muse2/synti/vam/README')
| -rw-r--r-- | attic/muse2-oom/muse2/synti/vam/README | 42 | 
1 files changed, 42 insertions, 0 deletions
| diff --git a/attic/muse2-oom/muse2/synti/vam/README b/attic/muse2-oom/muse2/synti/vam/README new file mode 100644 index 00000000..738ad657 --- /dev/null +++ b/attic/muse2-oom/muse2/synti/vam/README @@ -0,0 +1,42 @@ +VAM: Virtual Analog for MusE + +    by Josef Lindman Hörnlund + + +*** WARNING! VAM has at the time some significant problems +*** (esp. with the filter). Some parameters should not have +*** high values ( like the filter resonance, the filter +*** env mod or dco sustain ) + +* What's VAM?? + +    VAM is a soft synth for MusE (http://muse.seh.de) emulating +    an old monophonic two oscillator analog synthesizer. It has +    a simple interface and a quite fast synthesis engine. + +* Installation +    MusE version >= 0.5.0 required (I think) +    ( and everything that MusE requires, like Qt3 ) + +    Unpack VAM in $MUSESOURCEDIR/synthi and run from vam/ make; +    make install. VAM won't compile automaticly if you run make  +    from $MUSESOURCEDIR. +    $MUSESOURCEDIR is the directory you have the MusE source. +    For optimizing add -march=(your arch) to the compiler arguments +    in Makefile. + +* Using VAM: + +    To have fun with VAM MusE really should be started with -R. +    Otherwise VAM will produce mostly noise, like clicks. +    If you're familiar with analog or virtual analog synthesizers +    using VAM souldn't be a problem. + +    If you add some cool LADSPA plugins like delay or chorus to VAM's +    output, you'll get _much_ better sounds, playing without effects +    is like eating beef without sauce. + +* Contact: + +    Please mail me at jotsif@linux.nu if you're having any +    problems, suggestions, bugs, ideas or other comments. | 
