Skip to content

Commit

Permalink
Release 1.0.21
Browse files Browse the repository at this point in the history
* Updated module versions in dependencies.
  • Loading branch information
sadko4u committed Mar 4, 2024
2 parents e74fb04 + 3449baf commit 51af095
Show file tree
Hide file tree
Showing 94 changed files with 5,434 additions and 3,688 deletions.
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.21 ===
* Updated module versions in dependencies.

=== 1.0.20 ===
* Updated module versions in dependencies.

Expand Down
22 changes: 22 additions & 0 deletions include/lsp-plug.in/shared/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,28 @@ namespace lsp
lsp_trace(" port id=%s", (p)->metadata()->id);
return p;
}

#ifdef LSP_TRACE
#define BIND_PORT(dst) \
do { \
dst = ports[port_id++]; \
const ::lsp::meta::port_t *port_meta_ = dst->metadata(); \
lsp_trace("Bind port %s -> %s (%s)", port_meta_->id, LSP_STRINGIFY(dst), port_meta_->name); \
} while (false)

#define SKIP_PORT(dst) \
do { \
const ::lsp::meta::port_t *port_meta_ = ports[port_id++]->metadata(); \
lsp_trace("Skip port %s -> %s (%s)", port_meta_->id, LSP_STRINGIFY(dst), port_meta_->name); \
} while (false)
#else
#define BIND_PORT(dst) \
dst = ports[port_id++];

#define SKIP_PORT(dst) \
++port_id;
#endif /* LSP_TRACE */

} /* namespace lsp */

#endif /* LSP_PLUG_IN_SHARED_DEBUG_H_ */
2 changes: 2 additions & 0 deletions include/lsp-plug.in/shared/meta/developers.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#define LSP_LADSPA_URI(id) LSP_BASE_URI "plugins/ladspa/" id
#define LSP_LV2UI_URI(id) LSP_BASE_URI "ui/lv2/" id
#define LSP_CLAP_URI(id) "in.lsp-plug." id
#define LSP_VST3_UID(id) "dsp " id
#define LSP_VST3UI_UID(id) "ui " id

// LADSPA identifier allocation
#define LSP_LADSPA_PHASE_DETECTOR_BASE (LSP_LADSPA_BASE + 0)
Expand Down
2 changes: 1 addition & 1 deletion include/lsp-plug.in/shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#define LSP_PLUGINS_SHARED_MAJOR 1
#define LSP_PLUGINS_SHARED_MINOR 0
#define LSP_PLUGINS_SHARED_MICRO 20
#define LSP_PLUGINS_SHARED_MICRO 21

#ifdef LSP_LLTL_LIB_BUILTIN
#define LSP_PLUGINS_SHARED_EXPORT
Expand Down
6 changes: 3 additions & 3 deletions modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
#

# Variables that describe dependencies
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_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_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
Expand Down
2 changes: 1 addition & 1 deletion project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARTIFACT_ID = LSP_PLUGINS_SHARED
ARTIFACT_NAME = lsp-plugins-shared
ARTIFACT_DESC = Shared resources for LSP Plugins
ARTIFACT_HEADERS = lsp-plug.in
ARTIFACT_VERSION = 1.0.20
ARTIFACT_VERSION = 1.0.21
ARTIFACT_EXPORT_ALL = 1

# Weak property
Expand Down
Binary file added res/doc/img/ui_guidlines/bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/cgroup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/cycles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/gott.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/gott_full_screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/hsl_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/hsl_gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/inactive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/inactive_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/lch_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/lch_gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/legacy_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/lufs_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/middle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/modern_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/no_shake.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/palette 256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/scheme_legacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/scheme_legacy_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/scheme_modern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/separator_legacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/separator_modern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/shake.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/doc/img/ui_guidlines/simple_interface.png
Binary file added res/doc/img/ui_guidlines/tabs.png
Binary file added res/doc/img/ui_guidlines/top.png
Binary file removed res/doc/svg/bou.png
Diff not rendered.
Loading

0 comments on commit 51af095

Please sign in to comment.