forked from nwhitehead/pyfluidsynth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
75 lines (39 loc) · 2.02 KB
/
CHANGELOG
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
================================================================================
May 24, 2018 - 1.2.5
* Added sequencer support
================================================================================
February 13, 2015
* Mover repository to git in GitHub
* Tweak README to work with GitHub flavored MarkDown
* Include LGPL license text.
================================================================================
March 2, 2009 - 1.2.4
* Another attempt to find the proper library on Windows systems. Added
short circuited or expression to find either 'fluidsynth' or
'libfluidsynth'.
* Only import numpy when it's actually needed.
================================================================================
January 15, 2009 - 1.2.3
* Throw ImportError if the fluidsynth library can't be found.
* Range checking in noteon and noteoff
================================================================================
January 15, 2009 - 1.2.2
* Small version increment to update website and maintainer info.
No actual code changes.
================================================================================
July 22, 2008 - 1.2.1
* Added pydoc documentation and this CHANGELOG.
================================================================================
July 22, 2008 - 1.2
* Changed from C extension code to ctypes for portability and simplicity
of code.
* Updated interface to use objects instead of just functions.
================================================================================
July 21, 2008 - 1.1
* Added direct audio data interface so you don't have to start audio
driver thread. Makes pyFluidSynth work for audio games and other
applications that manage their own sound.
================================================================================
July 16, 2008 - 1.0
* Imported from previous work done earlier in the summer.
================================================================================