1 |
ben |
2 |
gluid: a mini Fluidsynth frontend |
2 |
ben |
1 |
|
3 |
|
|
This program is free software; you can redistribute it and/or modify |
4 |
|
|
it under the terms of the GNU General Public License as published by |
5 |
|
|
the Free Software Foundation; either version 2 of the License, or |
6 |
|
|
(at your option) any later version. |
7 |
|
|
|
8 |
|
|
This program is distributed in the hope that it will be useful, |
9 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of |
10 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
11 |
|
|
GNU General Public License for more details. |
12 |
|
|
|
13 |
|
|
You should have received a copy of the GNU General Public License along |
14 |
|
|
with this program; if not, write to the Free Software Foundation, Inc., |
15 |
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
16 |
|
|
|
17 |
ben |
39 |
2009-09-30 version 0.8 |
18 |
ben |
38 |
* rewrote instanciation, safer and simpler. no limit. |
19 |
|
|
|
20 |
ben |
36 |
2009-09-30 version 0.7 |
21 |
|
|
* allow multiple program instances (up to 16 fluidsynths) |
22 |
|
|
* synth are sharing preferences |
23 |
|
|
|
24 |
ben |
34 |
2009-09-29 version 0.6 |
25 |
|
|
* added reverb and chorus in preferences |
26 |
|
|
|
27 |
ben |
30 |
2009-09-27 version 0.5 |
28 |
ben |
26 |
* make translation (+ fr available) |
29 |
|
|
|
30 |
ben |
23 |
2009-09-26 version 0.4 |
31 |
ben |
19 |
* added alsa_raw as midi backend in prefs |
32 |
ben |
23 |
* allow only one instance of pref window |
33 |
ben |
19 |
|
34 |
ben |
17 |
2009-09-25 version 0.3 |
35 |
|
|
* better prefs window |
36 |
|
|
|
37 |
ben |
12 |
2009-09-25 version 0.2 |
38 |
ben |
9 |
* using combo boxes in preferences |
39 |
ben |
12 |
* using file chooser _ |
40 |
ben |
9 |
|
41 |
|
|
2009-09-25 version 0.1 |
42 |
ben |
7 |
* basic implementation working... (with FluidR3_GM.sf2) |
43 |
ben |
1 |
|
44 |
|
|
2009-09-24 version 0.0 |
45 |
|
|
* first files |