forked from jimm/midilib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCredits
37 lines (23 loc) · 1.19 KB
/
Credits
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
midilib is developed by Jim Menard, [email protected]. Additional bug fixes and
suggestions have come from:
Mario Pehle <[email protected]>
Noticed that the PolyPressure class used the misspelled constant
POLY_PRESSSURE.
Mike Hall <[email protected]>
Found errors in example scripts' $LOAD_PATH and a bug in sequence reading
block callback arguments. Found a bug in meta events that caused
"Object#type is deprecated" error messages.
Emanuel Borsboom <[email protected]>
Found and fixed an error in PitchBend data encoding.
Christopher Rose <[email protected]>
Found bug in Track#recalc_delta_from_times.
Jari Williamsson <[email protected]>
Contributed Measure and Measures, TimeSig and KeySig, and fixes to events.
Added get_measures to Sequence. Added default implementation of
key_signature in SeqReader. Contributed the measures_mbt.rb example.
Noah Thorp
Found a bug in the code intended to make midilib work under Ruby 1.9.
Found another bug in KeySing.data_as_bytes.
Zach Chadwick (zachad on Github)
Reported a problem that led to a fix in the way that strings and byte
arrays are handled and output in meta events.