Skip to content

Commit

Permalink
Drumlabooh 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jul 25, 2024
1 parent 33e8b2e commit a98bed4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.4.0)
project(DRUMLABOOH LANGUAGES CXX C VERSION 3.0.0)

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

Expand Down
12 changes: 10 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Drumlabooh 2.4.0 is out - https://psemiletov.github.io/drumlabooh/
Drumlabooh 3.0.0

What's new?

Drumlabooh cmake-project for the build subsystem now supports old and modern cmake versions. Also, JUCE version 8 library is used instead of JUCE 7.
Some good old drumkits were been added: ELI CompuRhythm CR 7030, SoundMaster SR-88, Technics PCM DP50, Cheetah SpecDrum Afro, Cheetah SpecDrum Electro, Cheetah SpecDrum Latin, Cheetah SpecDrum Standard.
At DAW project, Drumlabooh now saves the drumkit path in the portable way, i.e., if your drumkit is located at some subdirectory of $HOME, that "home" part of the path will be saved as the macro. Here is a simple example.
1. On Computer A, you have the drumkit "test" located at /home/userA/drumlabooh_kits/test.
2. On Computer B, you have the drumkit "test" located at /home/userB/drumlabooh_kits/test.
3. You can freely interchange DAW project that uses Drumlabooh with the drumkit "test", between Computer A and Computer B. Drumlabooh will load the kit "test" anyway, evaluating the actual home directory of the user.

MIDI velocity fix for the Multi-channel mode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For all details, docs and drumkits see the [Drumlabooh site](https://psemiletov.

* Supported sample kit formats: Hydrogen, Drumlabooh/Drumrox, SFZ

* Stereo (with built-in mixer) or multi (36 channels) output
* Stereo (with built-in mixer) or multi (36 channels) output

* Built-in mixer with Pan, Volume, mute controls and Pan mode option

Expand Down

0 comments on commit a98bed4

Please sign in to comment.