diff --git a/CMakeLists.txt b/CMakeLists.txt index 6459c97..2d03265 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15) include(FetchContent) -project(DRUMLABOOH LANGUAGES CXX C VERSION 3.0.1) +project(DRUMLABOOH LANGUAGES CXX C VERSION 3.1.0) message("Compiler ID: ${CMAKE_CXX_COMPILER_ID}") @@ -273,4 +273,3 @@ install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/drumlabooh-multi_artefacts/LV2/dr install (DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/drumlabooh-multi_artefacts/VST3/drumlabooh-multi.vst3 DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/vst3) endif(MULTI) - diff --git a/NEWS b/NEWS index 32fddf6..6eb777c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ - Drumlabooh 3.0.1 + Drumlabooh 3.1.0 - VST3i build fix + Hello! + Drumlabooh now supports (currently in Drumlabooh kit format only) Round Robin and Random Order options for the sample layers. This features are used at two new drum kits those are bundled with the plugin: + 1. Ludwig Sixties (based on free Scott McLean's Ludwig Oyster Blue Pearl Drum Kit for Reaper). It contains samples from: Ludwig 5"x14" snare drum (1965), Ludwig 5"x14" snare drum (1967), Ludwig 14"x22" kick drum (1968), Ludwig 8"x12" tom tom drum (1969), Ludwig 9"x13" tom tom drum (1969), Ludwig 14"x14" floor tom drum (1969), 13" Zildjian Thin Crash, +14" Zildjian New Beat Hihats, 15" Zildjian Thin Crash, 15" Wuhan China Cymbal, 16" Zildjian Thin Crash, 17" Zildjian Thin Crash, +20" Zildjian Ping Ride. + + 2. Ludwig Basic (based on free "Ludwig whole kit with Cymbals" by M-Rose Productions/Gyom Amphoux, plus hihats from Scott McLean). + Other changes/fixes: the documentation update, engine fix to handle non-existed files, etc. + + Stay tuned, Peter Semiletov! diff --git a/README.md b/README.md index 8574935..b8546cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Drumlabooh: LV2/VSTi drum machine -Drumlabooh is an easy way to write drum tracks as MIDI at your DAW, using Hydrogen, Drumlabooh/Drumrox kits or SFZ. +Drumlabooh is an easy way to write drum tracks as MIDI at your DAW, using Hydrogen kits, Drumlabooh/Drumrox kits or SFZ. For all details, docs and drumkits see the [Drumlabooh site](https://psemiletov.github.io/drumlabooh/)