Octavian is a realtime software synthesizer for the GNULinux operating system. Octavian is design is like analog modular synthesizers, so it can be used both as a synth and as an effect processor.
Modular tasks separation allows to extend features in a simple way. Modules can be connected between each other via channels.
Octavian provides two types of channels: audio and control (MIDI), so they can be freely converted to each other (e.g. MIDI can be converted to "voltage" in order to control modules that support voltage-controlling and vice versa).
Requirements:
· development tools (g++, autoconf, automake, autoheader...)
· FLTK library (tested with version 1.1.2)
· libsndfile library (for player module)
· OSS compatible audio driver
Installation:
./configure
./make
su root
./make install
Product's homepage