diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
commit | 1058def8e7827e56ce4a70afb4aeacb5dc44148f (patch) | |
tree | 4495d23e7b54ab5700e3839081e797c1eafe0db9 /tutorials/sndkit/softsynth/README | |
download | oss4-upstream.tar.gz |
Imported Upstream version 4.2-build2006upstream/4.2-build2006upstream
Diffstat (limited to 'tutorials/sndkit/softsynth/README')
-rw-r--r-- | tutorials/sndkit/softsynth/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tutorials/sndkit/softsynth/README b/tutorials/sndkit/softsynth/README new file mode 100644 index 0000000..1bfe1a8 --- /dev/null +++ b/tutorials/sndkit/softsynth/README @@ -0,0 +1,16 @@ +What is this? +============= + +This directory contains a very simple software MIDI organ which is +based on playback of sine waves at various frequencies and amplitudes. Please +see the softsynth.c file for better explanation. This is probably the simpliest +software synthesizer application one can write. + +The softsynth.c file contains the original version of this program +(no GUI). It's compatible also with any of the earlier OSS versions if you +use an OSSlib version that contains the MIDI parser library (shipped with +OSS 3.99.1j and later). + +The softsynth_gtk.c contains another version of the original program. It +has GTK+ GUI. In addition it uses several services that are only +available in OSS 4.0 and later. |