Skip to content

Commit 2f3d759

Browse files
committed
Release 1.0.29
* Added workaround for Renoise host related to latency reporting by VST2 and VST3 plugins on state load. * Added possibility to use custom scaling for each plugin bundle. * Added highlighting of active item in AudioFolder controller. * Removed ctl::Switch controller as outdated. * Fixed unnecessary output parameter cleanup when importing configuration. * Fixed regression in VST3 parameter setup. * Added activity option for controllers: * ctl::Button; * ctl::CheckBox; * ctl::ComboBox; * ctl::Edit; * ctl::Fader; * ctl::FileButton; * ctl::Fraction; * ctl::Indicator; * ctl::Knob; * ctl::Led; * ctl::MidiNote; * ctl::ProgressBar. * Updated module versions in dependencies.
2 parents db40009 + e580176 commit 2f3d759

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2247
-1057
lines changed

.cproject

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,40 +68,46 @@
6868
</option>
6969
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.compiler.option.preprocessor.def.1754490118" name="Defined symbols (-D)" superClass="gnu.cpp.compiler.option.preprocessor.def" useByScannerDiscovery="false" valueType="definedSymbols">
7070
<listOptionValue builtIn="false" value="LSP_TESTING"/>
71-
<listOptionValue builtIn="false" value="USE_LADSPA"/>
72-
<listOptionValue builtIn="false" value="USE_LIBFREETYPE"/>
73-
<listOptionValue builtIn="false" value="USE_LIBCAIRO"/>
74-
<listOptionValue builtIn="false" value="USE_LIBX11"/>
7571
<listOptionValue builtIn="false" value="LSP_TRACE"/>
7672
<listOptionValue builtIn="false" value="LSP_IDE_DEBUG"/>
73+
<listOptionValue builtIn="false" value="USE_LADSPA"/>
74+
<listOptionValue builtIn="false" value="USE_LIBCAIRO"/>
75+
<listOptionValue builtIn="false" value="USE_LIBFONTCONFIG"/>
76+
<listOptionValue builtIn="false" value="USE_LIBFREETYPE"/>
77+
<listOptionValue builtIn="false" value="USE_LIBGL"/>
78+
<listOptionValue builtIn="false" value="USE_LIBJACK"/>
7779
<listOptionValue builtIn="false" value="USE_LIBSNDFILE"/>
80+
<listOptionValue builtIn="false" value="USE_LIBX11"/>
7881
<listOptionValue builtIn="false" value="USE_LIBXRANDR"/>
7982
</option>
8083
<option id="gnu.cpp.compiler.option.dialect.std.836167212" name="Language standard" superClass="gnu.cpp.compiler.option.dialect.std" useByScannerDiscovery="true" value="gnu.cpp.compiler.dialect.c++11" valueType="enumerated"/>
81-
<option id="gnu.cpp.compiler.option.other.other.1603594588" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 $(shell pkg-config --cflags cairo freetype2 xrandr)" valueType="string"/>
84+
<option id="gnu.cpp.compiler.option.other.other.1603594588" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 $(shell pkg-config --cflags jack x11 cairo sndfile gl freetype2 fontconfig xrandr gstreamer-audio-1.0)" valueType="string"/>
8285
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.449118389" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
8386
</tool>
8487
<tool id="cdt.managedbuild.tool.gnu.c.compiler.exe.debug.2022121099" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.exe.debug">
8588
<option defaultValue="gnu.c.optimization.level.none" id="gnu.c.compiler.exe.debug.option.optimization.level.834488426" name="Optimization Level" superClass="gnu.c.compiler.exe.debug.option.optimization.level" useByScannerDiscovery="false" valueType="enumerated"/>
8689
<option defaultValue="gnu.c.debugging.level.max" id="gnu.c.compiler.exe.debug.option.debugging.level.1949011073" name="Debug Level" superClass="gnu.c.compiler.exe.debug.option.debugging.level" useByScannerDiscovery="false" valueType="enumerated"/>
8790
<option id="gnu.c.compiler.option.dialect.std.556082744" name="Language standard" superClass="gnu.c.compiler.option.dialect.std" useByScannerDiscovery="true" value="gnu.c.compiler.dialect.default" valueType="enumerated"/>
88-
<option id="gnu.c.compiler.option.misc.other.1411096904" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 $(shell pkg-config --cflags cairo freetype2 xrandr)" valueType="string"/>
91+
<option id="gnu.c.compiler.option.misc.other.1411096904" name="Other flags" superClass="gnu.c.compiler.option.misc.other" useByScannerDiscovery="false" value="-c -fmessage-length=0 $(shell pkg-config --cflags jack x11 cairo sndfile gl freetype2 fontconfig xrandr gstreamer-audio-1.0)" valueType="string"/>
8992
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.preprocessor.def.symbols.56789161" name="Defined symbols (-D)" superClass="gnu.c.compiler.option.preprocessor.def.symbols" useByScannerDiscovery="false" valueType="definedSymbols">
9093
<listOptionValue builtIn="false" value="LSP_TESTING"/>
91-
<listOptionValue builtIn="false" value="USE_LADSPA"/>
92-
<listOptionValue builtIn="false" value="USE_LIBFREETYPE"/>
93-
<listOptionValue builtIn="false" value="USE_LIBCAIRO"/>
94-
<listOptionValue builtIn="false" value="USE_LIBX11"/>
9594
<listOptionValue builtIn="false" value="LSP_TRACE"/>
9695
<listOptionValue builtIn="false" value="LSP_IDE_DEBUG"/>
96+
<listOptionValue builtIn="false" value="USE_LADSPA"/>
97+
<listOptionValue builtIn="false" value="USE_LIBCAIRO"/>
98+
<listOptionValue builtIn="false" value="USE_LIBFONTCONFIG"/>
99+
<listOptionValue builtIn="false" value="USE_LIBFREETYPE"/>
100+
<listOptionValue builtIn="false" value="USE_LIBGL"/>
101+
<listOptionValue builtIn="false" value="USE_LIBJACK"/>
97102
<listOptionValue builtIn="false" value="USE_LIBSNDFILE"/>
103+
<listOptionValue builtIn="false" value="USE_LIBX11"/>
98104
<listOptionValue builtIn="false" value="USE_LIBXRANDR"/>
99105
</option>
100106
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.1045371789" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
101107
</tool>
102108
<tool id="cdt.managedbuild.tool.gnu.c.linker.exe.debug.2125987081" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.exe.debug"/>
103109
<tool commandLinePattern="${COMMAND} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS} ${FLAGS}" id="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug.1192217523" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.exe.debug">
104-
<option id="gnu.cpp.link.option.flags.372033104" name="Linker flags" superClass="gnu.cpp.link.option.flags" useByScannerDiscovery="false" value="$(shell pkg-config --libs x11 cairo sndfile gl jack freetype2 xrandr)" valueType="string"/>
110+
<option id="gnu.cpp.link.option.flags.372033104" name="Linker flags" superClass="gnu.cpp.link.option.flags" useByScannerDiscovery="false" value="$(shell pkg-config --libs jack x11 cairo sndfile gl freetype2 fontconfig xrandr gstreamer-audio-1.0)" valueType="string"/>
105111
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.link.option.libs.1822061934" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" useByScannerDiscovery="false" valueType="libs">
106112
<listOptionValue builtIn="false" value="pthread"/>
107113
<listOptionValue builtIn="false" value="dl"/>
@@ -118,7 +124,7 @@
118124
</folderInfo>
119125
<fileInfo id="cdt.managedbuild.config.gnu.exe.debug.619973679.453499462" name="avx512.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-dsp-lib/src/main/x86/avx512.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1873304544">
120126
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419.1873304544" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.debug.162163419">
121-
<option id="gnu.cpp.compiler.option.other.other.2082959243" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -mavx512f -mavx512vl" valueType="string"/>
127+
<option id="gnu.cpp.compiler.option.other.other.2082959243" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" useByScannerDiscovery="false" value="-c -mavx512f -mavx512vl" valueType="string"/>
122128
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.52373481" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
123129
</tool>
124130
</fileInfo>
@@ -231,7 +237,7 @@
231237
</folderInfo>
232238
<fileInfo id="cdt.managedbuild.config.gnu.exe.release.1298618321.125772270" name="avx512.cpp" rcbsApplicability="disable" resourcePath="modules/lsp-dsp-lib/src/main/x86/avx512.cpp" toolsToInvoke="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.442760585.1216677568">
233239
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.442760585.1216677568" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.exe.release.442760585">
234-
<option id="gnu.cpp.compiler.option.other.other.470914169" superClass="gnu.cpp.compiler.option.other.other" value="-c -mavx512f -mavx512vl" valueType="string"/>
240+
<option id="gnu.cpp.compiler.option.other.other.470914169" name="Other flags" superClass="gnu.cpp.compiler.option.other.other" value="-c -mavx512f -mavx512vl" valueType="string"/>
235241
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.321057973" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
236242
</tool>
237243
</fileInfo>

CHANGELOG

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
* RECENT CHANGES
33
*******************************************************************************
44

5+
=== 1.0.29 ===
6+
* Added workaround for Renoise host related to latency reporting by VST2 and VST3 plugins
7+
on state load.
8+
* Added possibility to use custom scaling for each plugin bundle.
9+
* Added highlighting of active item in AudioFolder controller.
10+
* Removed ctl::Switch controller as outdated.
11+
* Fixed unnecessary output parameter cleanup when importing configuration.
12+
* Fixed regression in VST3 parameter setup.
13+
* Added activity option for controllers:
14+
* ctl::Button;
15+
* ctl::CheckBox;
16+
* ctl::ComboBox;
17+
* ctl::Edit;
18+
* ctl::Fader;
19+
* ctl::FileButton;
20+
* ctl::Fraction;
21+
* ctl::Indicator;
22+
* ctl::Knob;
23+
* ctl::Led;
24+
* ctl::MidiNote;
25+
* ctl::ProgressBar.
26+
* Updated module versions in dependencies.
27+
528
=== 1.0.28 ===
629
* Fixed LV2 plugin factory link regression.
730
* Fixed possible file/sample name loss on deactivated plugin for all modern formats.

0 commit comments

Comments
 (0)