-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
136 lines (103 loc) · 4.09 KB
/
CHANGELOG
File metadata and controls
136 lines (103 loc) · 4.09 KB
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
*******************************************************************************
* RECENT CHANGES
*******************************************************************************
=== 1.0.35 ===
* Updated build scripts and dependencies.
=== 1.0.34 ===
* Updated build scripts and dependencies.
=== 1.0.33 ===
* Added listen button that allows to feed audio sample preview to direct outputs.
* Offline tasks are optimized for better floating-point computing.
* Updated build scripts and dependencies.
=== 1.0.32 ===
* Updated build scripts and dependencies.
=== 1.0.31 ===
* Added reset envelope button.
* Updated build scripts and dependencies.
=== 1.0.30 ===
* Updated build scripts and dependencies.
=== 1.0.29 ===
* Updated build scripts and dependencies.
=== 1.0.28 ===
* Implemented possibility to Drag&Drop drumkits, SFZ files and LSPC files directly
to the plugin's window for import purpose.
* Muting instrument now does not mute the listen button.
* Added 'velocity' button that allows to disable or enable the volume control
of a sample by the velocity value of the MIDI note.
* Added automatic instrument name assign same to current sample file name if UI behavior
option 'Take instrument name from file' is enabled and the name of instrument is
empty or similar to currently selected sample file.
* Updated several labels in the UI.
* Updated build scripts and dependencies.
=== 1.0.27 ===
* Replaced CcomboGroup with TabGroup when selecting samples.
* Added Stop button that allows to stop sample playback preview.
* Updated build scripts and dependencies.
=== 1.0.26 ===
* Fixed compilation on modern compilers.
* Updated build scripts and dependencies.
=== 1.0.25 ===
* Added pre-reverse of the loaded sample before cuts, stretches and fades applied.
* Added directory contents view and navigation of currently loaded sample.
* Mono samples are now played as stereo samples with duplicated left channel.
* Added instrument names to the drop-down ComboBox and ComboGroup.
* Updated build scripts and dependencies.
=== 1.0.24 ===
* Updated build scripts and dependencies.
=== 1.0.23 ===
* Updated build scripts and dependencies.
=== 1.0.22 ===
* Implemented Dry/Wet balance knob.
* Updated build scripts and dependencies.
=== 1.0.21 ===
* Added MIDI codes display for velocity.
* Updated build scripts and dependencies.
=== 1.0.20 ===
* Updated build scripts and dependencies.
=== 1.0.19 ===
* Updated build scripts and dependencies.
=== 1.0.18 ===
* Updated build scripts and dependencies.
=== 1.0.17 ===
* Updated build scripts and dependencies.
=== 1.0.16 ===
* Updated build scripts and dependencies.
=== 1.0.15 ===
* Added 'All' MIDI channel selection, made by default.
* Fixed missing audio preview for single-channel samplers.
* Updated build scripts and dependencies.
=== 1.0.14 ===
* Updated build scripts and dependencies.
=== 1.0.13 ===
* Updated build scripts and dependencies.
=== 1.0.12 ===
* Added basic SFZ import support.
* Updated build scripts and dependencies.
=== 1.0.11 ===
* Fixed invalid version number in metadata.
=== 1.0.10 ===
* Updated build scripts and dependencies.
=== 1.0.9 ===
* Changed the behaviour of Cut/Stretch/Loop controls.
* Updated build scripts and dependencies.
* Fixed bug in temporary file allocation code.
=== 1.0.8 ===
* Fixed broken configuration save and load with relative file paths.
* Added 'Stretch' and 'Compensate' functions to the sampler plugin (contributed by
Vitalius Kuchalskis).
* Added support of 'Loop' feature by the sampler plugin.
* Updated build scripts and dependencies.
* Added possibility to export and import sampler bundle as single file in LSPC format.
* Added support of file preview feature in the file open dialog.
=== 1.0.7 ===
* Updated build scripts and dependencies.
=== 1.0.6 ===
* Added german translations (contributed by Johannes Guenther).
* Added pitch control for the sample (contributed by Vitalius Kuchalskis).
* Updated build scripts and dependencies.
=== 1.0.5 ===
* Added support of entering instrument names in the UI.
* Updated dependencies and build scripts.
* Updated build scripts and dependencies.
=== 1.0.4 ===
* Initial release.