-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22dde09
commit f57aa1e
Showing
5 changed files
with
43 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
2023, Peter Semiletov | ||
2023-24, Peter Semiletov | ||
*/ | ||
|
||
#include "PluginProcessor.h" | ||
|
Oops, something went wrong.