Software Music Machine Archive |
|
SpiralSynth v2
by Dave Griffiths
(Dave Griffiths Website) Download from the |
Operating System:
File Size:
64 KB
License:
License Conditions: GPL Licence System Requirements: X, OSS/ALSA sound, FLTK (www.fltk.org) Last Updated:
For more detail about software : Software Description
|
View SpiralSynth v2 Screenshot |
Software Description
SpiralSynth is capable of creating the kind of sounds made by hardware analogue synths, the noises used in electronic music. You can also use it to make stranger sounds too.
MIDI is supported, including velocity detection, mapped to the volume of the oscillators (But you can also use the PC keyboard to play the synth).
You can save and recall your sounds using the 100 patch save slots, and render WAV files directly to disk.
Check out this site...
Advertisement
compile fails on Ubuntu
compile fails on Ubuntu 10.10
make
g++ -c -pipe -Wall -O3 -ffast-math -DNO_DEBUG -Wno-unused -g -I/usr/X11R6/include -o Synth.o Synth.C
In file included from /usr/include/c++/4.4/backward/strstream:47,
from Synth.h:26,
from Synth.C:19:
/usr/include/c++/4.4/backward/backward_warning.h:28: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
In file included from GUI/../SpiralSound/Oscillator.h:21,
from GUI/OscillatorGUI.h:29,
from Synth.h:27,
from Synth.C:19:
GUI/../SpiralSound/SpiralInfo.h:19: fatal error: iostream.h: No such file or directory
compilation terminated.
make: *** [Synth.o] Error 1
Study
I want to study this one.