Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jul 9, 2023
1 parent 44eaee8 commit 9d5a6af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#CMake file for drumrox
cmake_minimum_required(VERSION 3.0)
project (drumrox VERSION 3.2.0 LANGUAGES CXX C)
project (drumrox VERSION 3.2.1 LANGUAGES CXX C)


set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
Expand Down
19 changes: 2 additions & 17 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
Drumrox 3.2.0 (SFZ support + GUI redesign)
Drumrox 3.2.1 (fixes)

Hello!

* This release adds SFZ support.

Actually I was eagered to play AVL Blonde Bop kit (avaliable as SFZ at http://www.bandshed.net/avldrumkits/) with Drumrox, so now it works! Needly to say, that it is not the best way to deal with AVL kits, and Avldrums.lv2 gives more features for them, because of built-in MIDNAM and more precise "exclusive groups" (hihats, crash cymbal, ride cymbal). Drumrox supports just hihats group for the auto-mute, and does it in the different way.

Drumrox searches SFZ's at $HOME/sfz-kits.

Besides AVL SFZ, you can try other SFZ drumkits, for example from musical-artifacts.com.

Thus, currently Drumrox supports Hydrogen kits, Drumrox kits, and SFZ.

* Another new thing is the redesigned GUI. Yes, it is still GTK2-based. I removed the clickable leds, frame captions, but added buttons instead. The buttons with sample names. You can click them to hear, you can watch how they are triggered from DAW, so buttons are just as good old leds, but bigger and with the labels. The plugin window now became wider, and fits to 1280p with big drum kits.

Stay tuned!

Peter Semiletov, Kiev, 04 july 2023
Just some fixes :)
1 change: 0 additions & 1 deletion kits.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class CDrumSample
CDrumSample (int sample_rate);
~CDrumSample();

//size_t map_gain_to_layer_number (float gain);
size_t map_velo_to_layer_number (float velo);

void add_layer();
Expand Down

0 comments on commit 9d5a6af

Please sign in to comment.