From 1058def8e7827e56ce4a70afb4aeacb5dc44148f Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 3 May 2013 21:08:42 +0400 Subject: Imported Upstream version 4.2-build2006 --- tutorials/sndkit/softsynth/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tutorials/sndkit/softsynth/README (limited to 'tutorials/sndkit/softsynth/README') 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. -- cgit v1.2.3