Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Apr 5, 2024
1 parent 6957cf2 commit b83faa4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 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.3.0)
project(DRUMLABOOH LANGUAGES CXX C VERSION 2.4.0)

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

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

Some GUI fixes, the build is synced to JUCE 7.0.10.
MIDI velocity fix for the Multi-channel mode
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ <h3 align="center">Free LV2/VSTi drum machine for Linux and Windows</h3>
<h3>NEWS</h3>


<p>April 05 2024 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.4.0">2.4.0 release</a>. * MIDI velocity at Multi-channel fix
.</p>


<p>March 11 2024 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.3.0">2.3.0 release</a>. Some GUI fixes, the build is synced to JUCE 7.0.10.</p>


Expand Down Expand Up @@ -83,6 +87,10 @@ <h3>NEWS</h3>
<h3>НОВОСТИ</h3>



<p>5 апреля 2024 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.4.0">2.4.0 release</a>. Починена сила нажатия клавиш в многоканальном режиме.</p>


<p>11 марта 2024 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.3.0">2.3.0 release</a>. Некоторые исправления интерфейса, сборка выполняется теперь с JUCE 7.0.10.</p>


Expand Down
6 changes: 3 additions & 3 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ <h2 align="center"> Drumlabooh | Драмлабух: INSTALL</h2>
<td class="table_top_cell">
<h3>Get the plugin!</h3>

<p><a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.3.0">Latest release (2.3.0)</>.<br>
<p><a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.4.0">Latest release (2.4.0)</>.<br>

<a href="https://github.com/psemiletov/drumlabooh">Github page</a><br>

<a href="https://github.com/psemiletov/drumlabooh/releases/download/2.3.0/drumlabooh-installer.exe">Windows VSTi installer (2.3.0)</> (installs to <i>C:\Program Files (x86)\Common Files\VST3)</i><br>
<a href="https://github.com/psemiletov/drumlabooh/releases/download/2.4.0/drumlabooh-installer.exe">Windows VSTi installer (2.4.0)</> (installs to <i>C:\Program Files (x86)\Common Files\VST3)</i><br>

<a href="https://aur.archlinux.org/packages/drumlabooh">AUR page</a> // <i>yay -S drumlabooh</i>
</p>

<h3>Windows: installation</h3>

<p>Download and run <a href="https://github.com/psemiletov/drumlabooh/releases/download/2.3.0/drumlabooh-installer.exe">this installer</a> (installs to (installs to <i>C:\Program Files (x86)\Common Files\VST3)</i>).
<p>Download and run <a href="https://github.com/psemiletov/drumlabooh/releases/download/2.4.0/drumlabooh-installer.exe">this installer</a> (installs to (installs to <i>C:\Program Files (x86)\Common Files\VST3)</i>).
It install also some drumkits, but get more with <a href="http://hydrogen-music.org">Hydrogen</a>, or Drumlabooh kits manually from <a href="https://github.com/psemiletov/drum_sklad">Drum sklad</a> (just copy/unpack kit directories to <i>C:\drumlabooh_kits</i> or <i>D:\drumlabooh_kits</i> or, for SFZ format <i>C:\sfz_kits</i> or <i>D:\sfz_kits</i>. Please read <a href="manual.html">the Manual for a details.</a>
</p>

Expand Down

0 comments on commit b83faa4

Please sign in to comment.