diff --git a/fluidsynth/doc/example.sf2 b/fluidsynth/doc/example.sf2 deleted file mode 100644 index 7fb39c07..00000000 Binary files a/fluidsynth/doc/example.sf2 and /dev/null differ diff --git a/fluidsynth/doc/midi_time.txt b/fluidsynth/doc/midi_time.txt deleted file mode 100644 index dbc5f162..00000000 --- a/fluidsynth/doc/midi_time.txt +++ /dev/null @@ -1,48 +0,0 @@ - - -I use this document as a memo to understand timing in MIDI files. [PH] - -- MIDI Quarter Note: There is the MIDI quarter note. For those of you - who are interested in the music notation of a MIDI file, beware, a - MIDI quarter note in NOT necessarily equal to a notated quarter - note. - -- MIDI Clock: There are *24* MIDI clocks in a MIDI quarter note (this - is forced upon you) - -- MIDI Tempo: There are miditempo x 24th of a micro-second in a MIDI - clock. The value of miditempo is given by the SetTempo meta-event. - -- Division: A MIDI quarter note is split into N divisions. The value - of divisions can be found in the midifile header (MThd chunk). - -- Delta-time: The time between one event and the next is called - delta-time. The MIDI event delta-times are specified in divisions. - - -* How long is a MIDI Clock? - - midi-clock = miditempo * 1e-6 / 24 sec - -* How long is a MIDI Quarter Note? - - quarter-note = 24 midi-clocks - = 24 * miditempo * 1e-6 / 24 sec - = miditempo * 1e-6 sec - -* How long is a Division (a "tick" or "delta-time")? - - 1 delta-time = 1 tick = quarter-note / divisions - = miditempo / divisions / 1e6 sec - = miditempo / divisions / 1000 msec - - -To handle music notation, two more concepts are introduced: - -- There are *Nm* MIDI clocks in a metronome ticks -- There are *N32* notated 32nd notes in a MIDI quarter note - -Nm and N32 can be found in the TimeSignature meta event - - - diff --git a/fluidsynth/sf2/COPYRIGHT b/fluidsynth/sf2/COPYRIGHT deleted file mode 100644 index f72d4d65..00000000 --- a/fluidsynth/sf2/COPYRIGHT +++ /dev/null @@ -1,20 +0,0 @@ - Vintage Dreams Waves v 2.0. for Creative Labs' AWE Soundcards - (EMU Soundfont 2 Format) - - Copyright (c) Ian Wilson, 1996 (Updated January 1998) - - This soundfont is freeware. You may freely use and/or redistribute it subject - to the following terms: - 1. It is not altered, edited, modified, ripped, or converted to other formats, - except for private use only. - 2. It is distributed with this copyright notice. - - This soundfont is distributed WITHOUT WARRANTY, and without the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. No liability - or damages can be inferred upon the said copyright owner, Ian Wilson. - - Any feedback, contact Ian Wilson. - vintagedreamworks@hotmail.com - http://www.geocities.com/SiliconValley/Campus/8645/index.html - http://members.nbci.com/silicon39/ - http://www.mp3.com/silicon39 diff --git a/fluidsynth/sf2/Makefile.am b/fluidsynth/sf2/Makefile.am deleted file mode 100644 index 15fefc5a..00000000 --- a/fluidsynth/sf2/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -## Process this file with automake to produce Makefile.in - -EXTRA_DIST = COPYRIGHT VintageDreamsWaves-v2.sf2 diff --git a/fluidsynth/sf2/VintageDreamsWaves-v2.sf2 b/fluidsynth/sf2/VintageDreamsWaves-v2.sf2 deleted file mode 100644 index ebee2a04..00000000 Binary files a/fluidsynth/sf2/VintageDreamsWaves-v2.sf2 and /dev/null differ