Skip to content

EQ4/vmodsynth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vModSynth

a modular software synthesizer

by Rafał Cieślak, 2012-2013

Distributed on GNU GPL v3 license, see LICENSE file for details.

To run vModSynth you need to have gtkmm-3.0 and ALSA run-time libriries installed on your system. To compile it, you will also need the developement headers of these libraries, as well as cmake.

To compile, first create a build directory:

mkdir build
cd build

and, from within that build directory, run:

cmake ..
make

(You can use make -jN, where N is the number of threads to run, in order to build faster.)

To run without installing (from build directory):

src/vmodsynth

To install:

make install

To run installed:

vmodsynth

For detailed documentation, please refer to manual provided within the ./doc directory.

I hope you will find vModSynth usefull.

Rafał Cieślak, 2012-2013

About

a modular software synthesizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • C 1.3%
  • CMake 0.8%