Skip to content

eriser/synthv1

 
 

Repository files navigation

synthv1 - an old-school polyphonic synthesizer
----------------------------------------------

  an old-school 4-oscillator subtractive polyphonic synthesizer
  with stereo fx.

features:

  - pure stand-alone JACK client with JACK-session, NSM and both JACK MIDI
    and ALSA MIDI input support;

  - LV2 instrument plugin.
    URI: http://synthv1.sourceforge.net/lv2

license:

  synthv1 is free, open-source software, distributed under the terms of
  the GNU General Public License (GPL) version 2 or later.

website:

  http://synthv1.sourceforge.net

project page:

  http://sourceforge.net/projects/synthv1

git repo:

  http://git.code.sf.net/p/synthv1/code

weblog:

  http://www.rncbc.org


requirements:

  mandatory,

  - Qt framework, C++ class library and tools for
    cross-platform application and UI development
    http://qt.io/

  optional (opted-in at build time),

  - JACK Audio Connection Kit
    http://jackaudio.org/

  - ALSA, Advanced Linux Sound Architecture
    http://www.alsa-project.org/

  - LV2, Audio Plugin Standard, the extensible successor of LADSPA
    http://lv2plug.in/

  - NSM, Non Session Management
    http://non.tuxfamily.org/nsm/

  - liblo, Lightweight OSC implementation
    (needed for NSM support)
    http://liblo.sourceforge.net/


installation:

  - unpack tarball as usual; in the extracted source directory:

    ./configure [--prefix=/usr/local]
    make

  - optionally, as root:

    make install

  - if checking out from git, prepare the configure script with:

    make -f Makefile.git


acknowledgements:

  synthv1 logo/icon is an original fine work of Jarle Richard Akselsen.


cheers && enjoy.
--
rncbc aka. Rui Nuno Capela
rncbc@rncbc.org

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.3%
  • C 2.1%
  • QMake 1.4%
  • Other 0.2%