summaryrefslogtreecommitdiffstats
path: root/audio/fluidsynth/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-01-30 16:23:40 +0100
committer Matteo Bernardini2021-01-30 16:23:40 +0100
commitc92ee29b17ad2239ce11ddd76134b199ef5a3ed2 (patch)
treeed33817b0ffbb52c85efc59a8ff7282182e7c0b5 /audio/fluidsynth/README
parent2e286279c8e562590897ef95d592f0ce4edbce32 (diff)
downloadslackbuilds-current-20210130.1.tar.gz
20210130.1 global branch merge.current-20210130.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/fluidsynth/README')
-rw-r--r--audio/fluidsynth/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/fluidsynth/README b/audio/fluidsynth/README
deleted file mode 100644
index a5daa0a947..0000000000
--- a/audio/fluidsynth/README
+++ /dev/null
@@ -1,21 +0,0 @@
-fluidsynth (software synthesizer)
-
-FluidSynth is a software real-time synthesizer based on the Soundfont
-2 specifications. FluidSynth reads and handles MIDI events from the
-MIDI input device. It is the software analogue of a MIDI synthesizer.
-FluidSynth can also play MIDI files using a Soundfont.
-
-Optional dependencies: ladspa_sdk, lash, portaudio, jack, SDL2,
-libinstpatch. These are autodetected at build time, but can be
-disabled via the environment.
-
-Build options (environment variables):
-
-IPATCH=yes|no - libinstpatch (DLS and GIG soundfonts). Default: yes.
-JACK=yes|no - JACK audio output, if present. Default: yes.
-LADSPA=yes|no - LADSPA plugins, if present. Default: yes.
-LASH=yes|no - LASH session management, if present. Default: yes.
-OSS=yes|no - old-style OSS audio output. Default: no.
-PORTAUDIO=yes|no - PortAudio audio output, if present. Default: yes.
-PULSE=yes|no - PulseAudio audio output. Default: yes.
-SDL2=yes|no - SDL2 audio output, if present. Default: yes.