aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8f5f303732fad46c750b31999582091bd3afe821 (plain) (blame)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
2016-04-16 0.7.2 beta
Don't do full initialization before pharsing arguments.
Fixed load folder not working properly when a relative path is given.
Documentation...

2016-04-15 0.7.2 beta
A little documentation work...

2016-04-14 0.7.2 beta
Also reset mapped midi devices.
Translation work...

2016-04-13 0.7.2 beta
Reset channel activity indicators properly.
Windows version now has an icon.
Fixed a null pointer reference.

2016-04-12 0.7.2 beta
Partially fixed unicode file name issue on Windows.
First steps to l10n.
Move documentation online.
Improved deployment on debian based system.

2016-04-11 0.7.1 beta
Sanitise MIDI mapping functionality.

2016-04-10 0.7.1 beta
Implement output mapping related options.
Fixed several stupid mistakes and typos.

2016-04-09 0.7.1 beta
Add the fuse mechanism to avoid black midi blocking the
main thread.

2016-04-08 0.7.1 beta
Add MIDI activity indicator.
Substract time taken by sending midi data from sleep time.
Fix no soundfont loaded after rendering a file.
Modify default settings for Windows, solving the timing
problem for me.

2016-04-07 0.7.1 beta
MIDI mapper: first steps.

2016-04-06 0.7.0 beta
Further works on project integration.
Perhaps we need a version bump?

2016-04-06 0.7.0 beta
Merge qmidiplayerlite. Hope this won't break the repo.

2016-04-05 0.7.0 beta
Raise player thread priority in Windows.
I've been so tired with the timing bug...
Remove several printf's.

2016-03-23 0.7.0 beta
Fix drag&drop behavior in Windows.
Use winmm functions to ensure timing precision.

2016-03-19 0.7.0 beta
Minor changes on w32usleep...
Sync with the Windows build.

2016-02-28 0.7.0 beta
RPN pitch bend range handling.
Added an option to disable waiting for remaining voices before stopping.
Documentation...

2016-02-28 0.7.0 beta
Significant sleep precision improvments for Windows.
Also save master volume in configuration file.

2016-01-31 0.7.0 beta
Modify default settings in for Win32.
Initial MIDI mapper stub.

2016-01-30 0.7.0 beta
Add support for a single, persistent fluidsynth instance.
(Experimental, may also break the original mode...)
A little documentaion work...

2016-01-26 0.6.2 beta
Maintaince release.
Use skulpture style dials.
Use QThread::usleep() in Windows to improve sleep precision.

2016-01-16 0.6.2 beta
Stupid RC bug fixes...
Use correct home directory in Windows.

2016-01-15 0.6.2 beta
Fix compatibility with MSVC.
Support for MSVC is still experimental.
Add files for building a debian package (highly experimental).

2016-01-14 0.6.2 beta
Drag 'n' drop.
Do not quit the program when trying to load a unsupported file.

2016-01-13 0.6.2 beta
Hopefully this fixed several critical bugs...

2016-01-10 0.6.2 beta
Minor behavior changes and bug fixes.

2016-01-06 0.6.2 beta
Initial command line parameters handling.
Minor bug fixes.

2016-01-04 0.6.1 alpha
Avoid strange results in channel view.
Fixed several crashes.

2016-01-03 0.6.1 alpha
Initial works on documentation.
Minor bug fixes.

2016-01-03 0.6.0 alpha
Implemented most of the options.
"Render to Wave" is now implemented.
Finished saving & loading playlists.
Fixed several leakage and bugs.

2016-01-02 0.5.1
Now sends SysEx(optional).
Primitive settings implementation(some of the audio tab and the
soundfont tab).

2016-01-01 0.5.0
Bug fixes. Minor code refactoring.
Initial stubs for the settings window.

2015-12-31 0.5.0
Implemented effect parameter editor and file information window.
Bump version.

2015-12-30 primitive version
Implemented the channel parameter editor.

2015-12-29 primitive version
Implemented the channel preset chooser.

2015-12-28 primitive version
Partially implemented the channel window.
Fixed a seeking bug.
Minor cleanups.

2015-12-27 primitive version
Implemented the play list.

2015-12-26 primitive version
Implemented the stop button, fixed several bugs.

2015-12-25 primitive version
Implemented the GUI based on the previous CLI version.