SPELL=dssi VERSION=1.1.0 SOURCE=$SPELL-$VERSION.tar.gz SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE SOURCE_HASH=sha512:7a86f69978696edc93656ff368c7e56be9f488f6b4372cb553f5c365475ef05151e1e1aafea5cf14643eb12cca92c9ca7e26cac6efa8d597c07b6b90e4a83d44 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION WEB_SITE=http://dssi.sourceforge.net/ ENTERED=20060727 LICENSE[0]=LGPL SHORT="An API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces." cat << EOF DSSI (pronounced "dizzy") is an API for audio processing plugins, particularly useful for software synthesis plugins with user interfaces. DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi. DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API. EOF