Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jan 24, 2024
1 parent 22dde09 commit f57aa1e
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 133 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
include(FetchContent)


project(DRUMLABOOH LANGUAGES CXX C VERSION 2.1.0)
project(DRUMLABOOH LANGUAGES CXX C VERSION 2.2.0)

message("Compiler ID: ${CMAKE_CXX_COMPILER_ID}")

Expand Down
8 changes: 4 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Drumlabooh 2.1.0


Drumlabooh 2.2.0

Recently I've discovered a strange issue - the crash when Reaper rendered the project (that have the Drumlabooh track) with the samplerate differerent than session's sample rate. The investigation led me to the mystic behavior of the underlying libraries, so I rewrote sample loader a lot. As far I tested, it works well with Reaper, Ardour, Muse and Bitwig. And as the bonus - samples are loaded a bit faster now.
P.S. +MP3 samples support

Peter Semiletov,
Kiev, December, 2023
Kiev, December, 2024.
2 changes: 1 addition & 1 deletion Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
2023, Peter Semiletov
2023-24, Peter Semiletov
*/

#include "PluginProcessor.h"
Expand Down
Loading

0 comments on commit f57aa1e

Please sign in to comment.