From 6689c61ff474657109c5a73827b8733aba7dfd45 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 20 Oct 2015 17:41:53 -0700 Subject: Remove the MIDI code The extension's not going anywhere, and it can't do anything fluidsynth can't. The code maintenance and bloat is not worth keeping around, and ideally the AL API would be able to facilitate MIDI-like behavior anyway (envelopes, start-at- time, etc). --- alsoftrc.sample | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'alsoftrc.sample') diff --git a/alsoftrc.sample b/alsoftrc.sample index faac3d8e..84e57f4c 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -189,29 +189,6 @@ # of a context error. On Windows, a breakpoint exception is generated. #trap-al-error = false -## -## MIDI stuff (EXPERIMENTAL) -## -[midi] - -## soundfont: (global) -# A default soundfont (sf2 format). Used when an app requests the system -# default. The listed file is relative to system-dependant data directories. -# On Windows this is: -# $AppData\openal\soundfonts -# And on other systems, it's (in order): -# $XDG_DATA_HOME/openal/soundfonts -# $XDG_DATA_DIRS/openal/soundfonts -# An absolute path may also be specified, if the given file is elsewhere. -#soundfont = - -## volume: (global) -# Additional attenuation applied to MIDI output, expressed in decibels. This -# is used to help keep the mix from clipping, and so must be 0 or less. The -# value is logarithmic, so -6 will be about half amplitude, and -12 about -# 1/4th. The default is roughly -13.9794 (0.2, or 1/5th). -#volume = - ## ## Reverb effect stuff (includes EAX reverb) ## -- cgit v1.2.3