Skip to content

Commit

Permalink
Release 1.0.12
Browse files Browse the repository at this point in the history
* Updated build scripts and dependencies.
  • Loading branch information
sadko4u committed Mar 5, 2024
2 parents 03741a8 + 310273f commit dfe2079
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 54 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pacman --noconfirm -Syu alsa-lib base-devel cairo carla git glibc-debug hicolor-icon-theme jack jq libglvnd libsndfile libx11 libxrandr lv2lint php valgrind
- uses: actions/checkout@v3
- name: Configure project
run: make config STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 xdg' PREFIX=/usr
run: make config STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 vst3 xdg' PREFIX=/usr
- name: Fetch project dependencies
run: make fetch
- name: Build project
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: pacman --noconfirm -Syu alsa-lib base-devel cairo carla git glibc-debug hicolor-icon-theme jack jq libglvnd libsndfile libx11 libxrandr php valgrind
- uses: actions/checkout@v3
- name: Configure project
run: make config STRICT=1 DEBUG=1 VERBOSE=1 ASAN=1 FEATURES='clap jack ladspa lv2 vst2' PREFIX=/usr
run: make config STRICT=1 DEBUG=1 VERBOSE=1 ASAN=1 FEATURES='clap jack ladspa lv2 vst2 vst3' PREFIX=/usr
- name: Fetch project dependencies
run: make fetch
- name: Build project
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
run: pacman --noconfirm -Syu alsa-lib base-devel cairo carla git glibc-debug hicolor-icon-theme jack jq libglvnd libsndfile libx11 libxrandr php valgrind
- uses: actions/checkout@v3
- name: Configure project
run: make config STRICT=1 DEBUG=1 VERBOSE=1 FEATURES='clap jack ladspa lv2 vst2' PREFIX=/usr
run: make config STRICT=1 DEBUG=1 VERBOSE=1 FEATURES='clap jack ladspa lv2 vst2 vst3' PREFIX=/usr
- name: Fetch project dependencies
run: make fetch
- name: Build project
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: zypper --non-interactive --no-gpg-checks in tar gzip gcc gcc-c++ git make php valgrind libX11-devel libXrandr-devel Mesa-libGL-devel libjack-devel cairo-devel freetype2-devel libsndfile-devel
- uses: actions/checkout@v3
- name: Configure project
run: make config STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 xdg' PREFIX=/usr
run: make config STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 vst3 xdg' PREFIX=/usr
- name: Fetch project dependencies
run: make fetch
- name: Build project
Expand All @@ -167,7 +167,7 @@ jobs:
run: zypper --non-interactive --no-gpg-checks in tar gzip gcc gcc-c++ clang lld git make php8-cli valgrind libstdc++-devel libX11-devel libXrandr-devel Mesa-libGL-devel libjack-devel cairo-devel freetype2-devel libsndfile-devel
- uses: actions/checkout@v3
- name: Configure project
run: make config CC=clang CXX=clang++ STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 xdg' PREFIX=/usr
run: make config CC=clang CXX=clang++ STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 vst3 xdg' PREFIX=/usr
- name: Fetch project dependencies
run: make fetch
- name: Build project
Expand All @@ -186,7 +186,7 @@ jobs:
run: apt-get -y install gcc g++ git make php-cli pkg-config valgrind libx11-dev libxrandr-dev libjack-dev libcairo2-dev libgl-dev libfreetype6-dev libsndfile1-dev
- uses: actions/checkout@v3
- name: Configure project
run: make config STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 xdg' PREFIX=/usr
run: make config STRICT=1 VERBOSE=1 FEATURES='clap doc jack ladspa lv2 vst2 vst3 xdg' PREFIX=/usr
- name: Fetch project dependencies
run: make fetch
- name: Build project
Expand All @@ -213,7 +213,7 @@ jobs:
- uses: actions/checkout@v3
- name: Configure project
shell: msys2 {0}
run: make config STRICT=1 VERBOSE=1 FEATURES='clap ladspa lv2 vst2'
run: make config STRICT=1 VERBOSE=1 FEATURES='clap ladspa lv2 vst2 vst3'
- name: Fetch project dependencies
shell: msys2 {0}
run: make fetch
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* RECENT CHANGES
*******************************************************************************

=== 1.0.12 ===
* Updated build scripts and dependencies.

=== 1.0.11 ===
* Updated build scripts and dependencies.

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
6 changes: 3 additions & 3 deletions dependencies.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down Expand Up @@ -37,7 +37,7 @@ DEPENDENCIES = \
TEST_DEPENDENCIES = \
LSP_TEST_FW

DEFAULT_FEATURES = clap doc ladspa lv2 vst2 xdg
DEFAULT_FEATURES = clap doc ladspa lv2 vst2 vst3 xdg

#------------------------------------------------------------------------------
# Linux dependencies
Expand Down
4 changes: 2 additions & 2 deletions make/configure.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
11 changes: 9 additions & 2 deletions make/functions.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down Expand Up @@ -61,3 +61,10 @@ vmajor = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9
vminor = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+)(-(.*))?/\2/')
vmicro = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+)(-(.*))?/\3/')
vbranch = $(shell echo "$(strip $1)" | sed -E 's/([0-9]+)\.([0-9]+)\.([0-9]+)(-(.*))?/\5/')

ifeq ("$(MSYSTEM)","")
pathconv = $1
else
pathconv = $(shell cygpath -w "$1")
endif

4 changes: 2 additions & 2 deletions make/modules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
4 changes: 2 additions & 2 deletions make/paths.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
4 changes: 2 additions & 2 deletions make/system.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
4 changes: 2 additions & 2 deletions make/tools.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
34 changes: 17 additions & 17 deletions modules.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand All @@ -19,93 +19,93 @@
#

# Variables that describe dependencies
LSP_3RD_PARTY_VERSION := 1.0.14
LSP_3RD_PARTY_VERSION := 1.0.15
LSP_3RD_PARTY_NAME := lsp-3rd-party
LSP_3RD_PARTY_TYPE := hdr
LSP_3RD_PARTY_INC_OPT := -idirafter
LSP_3RD_PARTY_URL_RO := https://github.com/lsp-plugins/$(LSP_3RD_PARTY_NAME).git
LSP_3RD_PARTY_URL_RW := git@github.com:lsp-plugins/$(LSP_3RD_PARTY_NAME).git

LSP_COMMON_LIB_VERSION := 1.0.33
LSP_COMMON_LIB_VERSION := 1.0.34
LSP_COMMON_LIB_NAME := lsp-common-lib
LSP_COMMON_LIB_TYPE := src
LSP_COMMON_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_COMMON_LIB_NAME).git
LSP_COMMON_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_COMMON_LIB_NAME).git

LSP_DSP_LIB_VERSION := 1.0.20
LSP_DSP_LIB_VERSION := 1.0.21
LSP_DSP_LIB_NAME := lsp-dsp-lib
LSP_DSP_LIB_TYPE := src
LSP_DSP_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_LIB_NAME).git
LSP_DSP_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_DSP_LIB_NAME).git

LSP_DSP_UNITS_VERSION := 1.0.19
LSP_DSP_UNITS_VERSION := 1.0.20
LSP_DSP_UNITS_NAME := lsp-dsp-units
LSP_DSP_UNITS_TYPE := src
LSP_DSP_UNITS_URL_RO := https://github.com/lsp-plugins/$(LSP_DSP_UNITS_NAME).git
LSP_DSP_UNITS_URL_RW := git@github.com:lsp-plugins/$(LSP_DSP_UNITS_NAME).git

LSP_LLTL_LIB_VERSION := 1.0.16
LSP_LLTL_LIB_VERSION := 1.0.17
LSP_LLTL_LIB_NAME := lsp-lltl-lib
LSP_LLTL_LIB_TYPE := src
LSP_LLTL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_LLTL_LIB_NAME).git
LSP_LLTL_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_LLTL_LIB_NAME).git

LSP_R3D_BASE_LIB_VERSION := 1.0.16
LSP_R3D_BASE_LIB_VERSION := 1.0.17
LSP_R3D_BASE_LIB_NAME := lsp-r3d-base-lib
LSP_R3D_BASE_LIB_TYPE := src
LSP_R3D_BASE_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_BASE_LIB_NAME).git
LSP_R3D_BASE_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_R3D_BASE_LIB_NAME).git

LSP_R3D_IFACE_VERSION := 1.0.16
LSP_R3D_IFACE_VERSION := 1.0.17
LSP_R3D_IFACE_NAME := lsp-r3d-iface
LSP_R3D_IFACE_TYPE := src
LSP_R3D_IFACE_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_IFACE_NAME).git
LSP_R3D_IFACE_URL_RW := git@github.com:lsp-plugins/$(LSP_R3D_IFACE_NAME).git

LSP_R3D_GLX_LIB_VERSION := 1.0.16
LSP_R3D_GLX_LIB_VERSION := 1.0.17
LSP_R3D_GLX_LIB_NAME := lsp-r3d-glx-lib
LSP_R3D_GLX_LIB_TYPE := bin
LSP_R3D_GLX_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git
LSP_R3D_GLX_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_R3D_GLX_LIB_NAME).git

LSP_R3D_WGL_LIB_VERSION := 1.0.11
LSP_R3D_WGL_LIB_VERSION := 1.0.12
LSP_R3D_WGL_LIB_NAME := lsp-r3d-wgl-lib
LSP_R3D_WGL_LIB_TYPE := bin
LSP_R3D_WGL_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git
LSP_R3D_WGL_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_R3D_WGL_LIB_NAME).git

LSP_RUNTIME_LIB_VERSION := 1.0.19
LSP_RUNTIME_LIB_VERSION := 1.0.20
LSP_RUNTIME_LIB_NAME := lsp-runtime-lib
LSP_RUNTIME_LIB_TYPE := src
LSP_RUNTIME_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_RUNTIME_LIB_NAME).git
LSP_RUNTIME_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_RUNTIME_LIB_NAME).git

LSP_TEST_FW_VERSION := 1.0.23
LSP_TEST_FW_VERSION := 1.0.24
LSP_TEST_FW_NAME := lsp-test-fw
LSP_TEST_FW_TYPE := src
LSP_TEST_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_TEST_FW_NAME).git
LSP_TEST_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_TEST_FW_NAME).git

LSP_TK_LIB_VERSION := 1.0.19
LSP_TK_LIB_VERSION := 1.0.20
LSP_TK_LIB_NAME := lsp-tk-lib
LSP_TK_LIB_TYPE := src
LSP_TK_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_TK_LIB_NAME).git
LSP_TK_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_TK_LIB_NAME).git

LSP_WS_LIB_VERSION := 1.0.19
LSP_WS_LIB_VERSION := 1.0.20
LSP_WS_LIB_NAME := lsp-ws-lib
LSP_WS_LIB_TYPE := src
LSP_WS_LIB_URL_RO := https://github.com/lsp-plugins/$(LSP_WS_LIB_NAME).git
LSP_WS_LIB_URL_RW := git@github.com:lsp-plugins/$(LSP_WS_LIB_NAME).git

# Plugin-related module dependencies
LSP_PLUGIN_FW_VERSION := 1.0.21
LSP_PLUGIN_FW_VERSION := 1.0.22
LSP_PLUGIN_FW_NAME := lsp-plugin-fw
LSP_PLUGIN_FW_TYPE := src
LSP_PLUGIN_FW_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGIN_FW_NAME).git
LSP_PLUGIN_FW_URL_RW := git@github.com:lsp-plugins/$(LSP_PLUGIN_FW_NAME).git

LSP_PLUGINS_SHARED_VERSION := 1.0.20
LSP_PLUGINS_SHARED_VERSION := 1.0.21
LSP_PLUGINS_SHARED_NAME := lsp-plugins-shared
LSP_PLUGINS_SHARED_TYPE := src
LSP_PLUGINS_SHARED_URL_RO := https://github.com/lsp-plugins/$(LSP_PLUGINS_SHARED_NAME).git
Expand Down
4 changes: 2 additions & 2 deletions plugins.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
6 changes: 3 additions & 3 deletions project.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand All @@ -25,7 +25,7 @@ ARTIFACT_TYPE = plug
ARTIFACT_DESC = LSP Noise Generator Plugin Series
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_EXPORT_HEADERS = 0
ARTIFACT_VERSION = 1.0.11
ARTIFACT_VERSION = 1.0.12



12 changes: 8 additions & 4 deletions res/main/ui/util/noise_generator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,24 @@
<ui:for id="i" first="1" count="4">
<ui:set id="hue" value="${(:i-1.0)/:channels}" />
<mesh id="isg_${i}" width="2" smooth="true"
color="graph_mesh_cycle" color.hue="${hue}" />
color="graph_mesh_cycle" color.hue="${hue}"
visibility=":ffti and :ffti_${i}" />
</ui:for>
<ui:for id="i" first="1" count="4">
<ui:set id="hue" value="${(:i-1)/4.0}" />
<mesh id="nsc_${i}" width="2" smooth="true"
color="graph_mesh_cycle" color.hue="${hue}" fill="true"
fcolor="graph_mesh_cycle" fcolor.hue="${hue}" fcolor.a="0.8" />
<mesh id="nsg_${i}" width="2" smooth="true"
color="graph_mesh_cycle" color.hue="${hue}" />
color="graph_mesh_cycle" color.hue="${hue}"
visibility=":fftg and :fftg_${i}" />
</ui:for>

<ui:for id="i" first="1" count="4">
<ui:set id="hue" value="${(:i-1.0)/:channels}" />
<mesh id="osg_${i}" width="2" smooth="true"
color="graph_mesh_cycle" color.hue="${hue}" />
color="graph_mesh_cycle" color.hue="${hue}"
visibility=":ffto and :ffto_${i}" />
</ui:for>

<!-- Boundaries -->
Expand Down Expand Up @@ -172,7 +176,7 @@
<!-- Zoom Fader -->
<vbox vexpand="true" bg.color="bg_schema">
<label font.name="lsp-icons" font.size="12"
font.antialias="true" text="E" color="text_icon" pad.b="4"
font.antialias="true" text="icons.main.zoom" color="text_icon" pad.b="4"
pad.t="4" />
<fader id="zoom" angle="1" vexpand="true" bg.inherit="true"
flat="true" />
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Copyright (C) 2023 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2023 Vladimir Sadovnikov <sadko4u@gmail.com>
# Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
# (C) 2024 Vladimir Sadovnikov <sadko4u@gmail.com>
#
# This file is part of lsp-plugins-noise-generator
#
Expand Down
8 changes: 7 additions & 1 deletion src/main/meta/noise_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MAJOR 1
#define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MINOR 0
#define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MICRO 11
#define LSP_PLUGINS_NOISE_GENERATOR_VERSION_MICRO 12

#define LSP_PLUGINS_NOISE_GENERATOR_VERSION \
LSP_MODULE_VERSION( \
Expand Down Expand Up @@ -274,6 +274,8 @@ namespace lsp
LSP_LV2_URI("noise_generator_x1"),
LSP_LV2UI_URI("noise_generator_x1"),
"lng0",
LSP_VST3_UID("ng1 lng0"),
LSP_VST3UI_UID("ng1 lng0"),
LSP_LADSPA_NOISE_GENERATOR_BASE + 0,
LSP_LADSPA_URI("noise_generator_x1"),
LSP_CLAP_URI("noise_generator_x1"),
Expand All @@ -299,6 +301,8 @@ namespace lsp
LSP_LV2_URI("noise_generator_x2"),
LSP_LV2UI_URI("noise_generator_x2"),
"lng1",
LSP_VST3_UID("ng2 lng1"),
LSP_VST3UI_UID("ng2 lng1"),
LSP_LADSPA_NOISE_GENERATOR_BASE + 1,
LSP_LADSPA_URI("noise_generator_x2"),
LSP_CLAP_URI("noise_generator_x2"),
Expand All @@ -324,6 +328,8 @@ namespace lsp
LSP_LV2_URI("noise_generator_x4"),
LSP_LV2UI_URI("noise_generator_x4"),
"lng2",
LSP_VST3_UID("ng4 lng2"),
LSP_VST3UI_UID("ng4 lng2"),
LSP_LADSPA_NOISE_GENERATOR_BASE + 2,
LSP_LADSPA_URI("noise_generator_x4"),
LSP_CLAP_URI("noise_generator_x4"),
Expand Down

0 comments on commit dfe2079

Please sign in to comment.