forked from paynebc/tunefish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
50 lines (37 loc) · 1.75 KB
/
CHANGES.txt
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
- v4.2.0 - Mai 4th, 2018
-----------------------------------------------------
- Upgrade to JUCE 5.3.0
- VST3 Plugin now included
- Factory patches now stored inside Plugin. No separate programs folder is needed anymore.
- changes in programs are now saved in user directory
- fixed a pitch bending issue
- added meters
- added keyboard
- added patch loader and factory writer
- several small fixes
- new patches made by Anders Lund Olsen
- v4.1.0 - July 22nd, 2017
-----------------------------------------------------
- Patches are continued to be loaded, if one of the files is missing
- Comboboxes are now switching correctly when selecting a new entry
- LFO sync fixed.
- unneeded areas in the synth become disabled so less confusing what is currently relevant.
- many small issues fixed in the codebase
- v4.0.1 - May 5th, 2014
-----------------------------------------------------
- When using no ADSR, instruments were cut immediatelly resulting in plopping. This is fixed.
- ADSR zero decay will no longer cause volume go up and cause things like reverb crashes or host going to mute.
- Saving an instrument caused the preset file to grow larger and larger due to appending instead of rewriting the contents.
- Restore instrument button did not work
- Instrument count is now 1000
- ADSR1 will not cut the note if ADSR2 is still going.
- Fixed Reverb width.
- v4.0.0 - January 18th, 2014
-----------------------------------------------------
- Fixed crash in mac version caused by validation
- Fixed updating of instrument dropdown when instrument changes in host
- Fixed mac version so it runs on older processors
- Added new presets (courtesy of J.Ruegg)
- v4.0.0 beta - January 7th, 2014
-----------------------------------------------------
- first release