Skip to content

Commit

Permalink
link with JUCE updated to 7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jan 25, 2024
1 parent d492e22 commit 030a330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ endif()
FetchContent_Declare(
juce
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
GIT_TAG 2a27ebcfae7ca7f6eb62b29d5f002ceefdaadbdb # release-7.0.7
# GIT_TAG 2a27ebcfae7ca7f6eb62b29d5f002ceefdaadbdb # release-7.0.7
GIT_TAG d054f0d14dcac387aebda44ce5d792b5e7a625b3 # release-7.0.9

GIT_PROGRESS TRUE
)

Expand Down
5 changes: 1 addition & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
Drumlabooh 2.2.0
Drumlabooh 2.2.0 is out - https://psemiletov.github.io/drumlabooh/

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, 2024.

0 comments on commit 030a330

Please sign in to comment.