Name | Modified | Size | Downloads / Week |
---|---|---|---|
OldFiles | 2020-10-19 | ||
psindustrializer-0.2.7.tar.xz | 2021-12-08 | 354.8 kB | |
README.md | 2021-12-08 | 2.8 kB | |
Totals: 3 Items | 357.6 kB | 4 |
Power Station Industrializer
Copyright (c) 2000-2005 David A. Bartold
Copyright (c) 2014 Wladimir J. van der Laan
Copyright (c) 2020, 2021 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:
- Gtk+-2.0 version 2.24.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
)
How to compile and install
Note: You must run "make install" for the About window to work.
./autogen.sh
./configure --prefix=/usr
make
make install
License
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.
What is new in psindustrializer-0.2.7 (08-Dec-2021):
-
Russian translation is updated
-
Small improvements
What is new in psindustrializer-0.2.7-pre2 (26-Jun-2021):
- Discretization rate selection for both playback and WAV export is implemented
- Small improvements and bugfixes
What is new in psindustrializer-0.2.7-pre1 (19-Oct-2020):
- Improved accuracy of setting some parameters
- Rendering and playback can be interrupted. Playback can be retrigged at any time
- Both actuation and sampling nodes are made selectable
- Bugfixes
What is new in psindustrializer-0.2.6 (02-Jun-2020):
- Code upgrade for build under the modern environment (autotools, gtk+-2, gtkglarea is replaced by gtkglext, esound is replaced by pulseaudio)
- Jack audio driver
- GUI improvements
- Config and presets files syntax is improved (read compatibility with old formats is preserved)
- Sound drivers can be configurable (this facility is so far implemented for ALSA driver)
- Bugfixes