File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
include/lsp-plug.in/dsp-units Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22* RECENT CHANGES
33*******************************************************************************
44
5+ === 1.0.32 ===
6+
7+
58=== 1.0.31 ===
69* Updated and extended interface of dspu::RingBuffer.
710* Optimizations: dspu::MeterGraph now uses dspu::RingBuffer instead of dsp::ShiftBuffer.
Original file line number Diff line number Diff line change 2525// Define version of headers
2626#define LSP_DSP_UNITS_MAJOR 1
2727#define LSP_DSP_UNITS_MINOR 0
28- #define LSP_DSP_UNITS_MICRO 31
28+ #define LSP_DSP_UNITS_MICRO 32
2929
3030#if defined(LSP_DSP_UNITS_PUBLISHER )
3131 #define LSP_DSP_UNITS_PUBLIC LSP_EXPORT_MODIFIER
Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ ARTIFACT_ID = LSP_DSP_UNITS
2323ARTIFACT_NAME = lsp-dsp-units
2424ARTIFACT_DESC = High-level classes for performing DSP
2525ARTIFACT_HEADERS = lsp-plug.in
26- ARTIFACT_VERSION = 1.0.31
26+ ARTIFACT_VERSION = 1.0.32-devel
2727
You can’t perform that action at this time.
0 commit comments