Removed sf2 directory and non-DFSG compliant VintageDreamsWaves-v2.sf2.

Removed doc/example.sf2 which was an excerpt from VintageDreamsWaves-v2.sf2.
Removed doc/midi_time.txt which was a note by Peter Hanappe on MIDI timing, but no longer needed in the source tree.
This commit is contained in:
Josh Green 2009-04-20 00:50:41 +00:00
parent 2c1b6570e6
commit 6f84d0eb2e
5 changed files with 0 additions and 71 deletions

Binary file not shown.

View file

@ -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

View file

@ -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

View file

@ -1,3 +0,0 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = COPYRIGHT VintageDreamsWaves-v2.sf2