diff options
author | will <will@FreeBSD.org> | 2000-09-17 03:02:06 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-17 03:02:06 +0800 |
commit | a09cbd37bde85cb97e00d0523333277e7b05e820 (patch) | |
tree | 019758a2d9a47b39a087d3d0a99e69e0ff490a04 /audio/spiralsynth/pkg-descr | |
parent | 2e7f5e6bf50bf3f317ceeba5b8fa97175f6fef7a (diff) | |
download | freebsd-ports-graphics-a09cbd37bde85cb97e00d0523333277e7b05e820.tar.gz freebsd-ports-graphics-a09cbd37bde85cb97e00d0523333277e7b05e820.tar.zst freebsd-ports-graphics-a09cbd37bde85cb97e00d0523333277e7b05e820.zip |
Add spiralsynth 0.1.5, a nifty program that generates noise or music
(depending on the talents of the user) from a MIDI or PC keyboard, and
outputs to /dev/dsp or to a .wav file.
PR: 21053
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'audio/spiralsynth/pkg-descr')
-rw-r--r-- | audio/spiralsynth/pkg-descr | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/spiralsynth/pkg-descr b/audio/spiralsynth/pkg-descr new file mode 100644 index 00000000000..74b286c76cd --- /dev/null +++ b/audio/spiralsynth/pkg-descr @@ -0,0 +1,23 @@ +adapted from the Web page and the README: + +Spiral Synth is a physically modelled, monophonic, analogue +synthesizer. It 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. 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). Output +is to /dev/dsp or in Microsoft RIFF (.WAV) format to a file. You +can save and recall your sounds using the 100 patch save slots. + +The PC keyboard can be used to play the synth, "q" & "z" are C, +and the keys progess from them, ie "2" is C#, "w" is D etc. These +are just the defaults, and can be changed from the .Spiralrc file. +The function keys change the octave. + +Sample output and a detailed list of features can be found on the +home page. + +WWW: http://www.blueammonite.f9.co.uk/SpiralSynth/ + +Trevor Johnson +trevor@jpj.net |