Copyright (c) 2000-2005 David A. Bartold
Copyright (c) 2014 Wladimir J. van der Laan
Copyright (c) 2020 Yury G. Aliaev
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:
apt-get install libgtk2.0-dev
)apt-get install libxml2-dev
)apt-get install libaudiofile-dev
)Optional:
apt-get install libgtkglext1-dev
) - required for visualizationThe following audio drivers can optionally be used for audio preview:
apt-get install libjack-dev
)apt-get install libpulse-dev
)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.
All code except .c and .h files from the 'psphymod' directory is
licensed under the GNU General Public License version 2, or at your
option, any later version.
.c and .h files from the 'psphymod' directory are licensed under the
GNU Library General Public License version 2, or at your option, any
later version.