Copyright (c) 2000-2005 David A. Bartold
Copyright (c) 2014 Wladimir J. van der Laan
This program generates synthesized percussion sounds using physical modelling. The range of sounds possible include but is not limited to cymbal sounds, metallic noises, bubbly sounds, and chimes. After a sound is rendered, it can be played and then saved to a .WAV file.
Requires:
- Gtk+-2.0 version 2.4.0 or higher
(
apt-get install libgtk2.0-dev
) - libxml2 2.6.0 or higher
(
apt-get install libxml2-dev
) - audiofile 0.2.0 or higher
(
apt-get install libaudiofile-dev
)
Optional:
- gtkglext-1.0 version 1.0 or higher
(
apt-get install libgtkglext1-dev
) - required for visualization
The following audio drivers can optionally be used for audio preview:
- JACK
(
apt-get install libjack-dev
) - PulseAudio
(
apt-get install libpulse-dev
) - ALSA
(
apt-get install libasound2-dev
)
There is also a youtube demonstration of an older version by Iwan Gabovitch.
Note: You must run "make install" for the About window to work.
./autogen.sh
./configure --prefix=/usr
make
make install
The original site for this project is on sourceforge, but it looks no longer maintained there.
All code except that in industrial.[ch] is licensed under the GNU General Public License version 2, or at your option, any later version.
The industrial.[ch] files are licensed under the GNU Library General Public License version 2, or at your option, any later version.