Skip to content

Commit 49f3912

Browse files
committed
Release 1.0.34
* Updated build scripts and dependencies.
2 parents 8341136 + 86f3714 commit 49f3912

71 files changed

Lines changed: 16078 additions & 216 deletions

File tree

Some content is hidden

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

CHANGELOG

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

5+
=== 1.0.34 ===
6+
* Updated build scripts and dependencies.
7+
58
=== 1.0.33 ===
69
* Added listen button that allows to feed audio sample preview to direct outputs.
710
* Offline tasks are optimized for better floating-point computing.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22
#
3-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
4-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
3+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
4+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
55
#
66
# This file is part of lsp-plugins-sampler
77
#

dependencies.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
#
55
# This file is part of lsp-plugins-sampler
66
#

include/private/ui/sampler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ namespace lsp
217217
sampler_ui & operator = (const sampler_ui &) = delete;
218218
sampler_ui & operator = (sampler_ui &&) = delete;
219219

220-
virtual status_t init(ui::IWrapper *wrapper, tk::Display *dpy) override;
220+
virtual status_t init(ui::IWrapper *wrapper) override;
221221
virtual void destroy() override;
222222

223223
public:

make/configure.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
#
55
# This file is part of lsp-plugins-sampler
66
#

make/functions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
#
55
# This file is part of lsp-plugins-sampler
66
#

make/modules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
#
55
# This file is part of lsp-plugins-sampler
66
#

make/paths.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
#
55
# This file is part of lsp-plugins-sampler
66
#

make/system.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
#
55
# This file is part of lsp-plugins-sampler
66
#

make/tools.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
# (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
# Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
# (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
#
55
# This file is part of lsp-plugins-sampler
66
#

0 commit comments

Comments
 (0)