Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Oct 10, 2023
1 parent 30aa7a8 commit e89fc07
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 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.0.0)
project(DRUMLABOOH LANGUAGES CXX C VERSION 2.0.1)

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

Expand Down
7 changes: 3 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Drumlabooh 2.0.0
Drumlabooh 2.0.1

This release introduces the multi-channel (36 outs) version of the plugin. See the comprehensive documentation at the Drumlabooh site.
Also, some Reaper-related things has been fixed.
Drum kits list initialization fixed.

Peter Semiletov,
Kiev, October 08, 2013
Kiev, October 10, 2013
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ <h3 align="center">Free LV2/VSTi drum machine for Linux and Windows</h3>

<h3>NEWS</h3>


<p>October 10 2023 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.1">2.0.1 release</a> - Drum kits list initialization fixed.</p>


<p>October 08 2023 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.0">2.0.0 release</a><br>

This release introduces the multi-channel (36 outs) version of the plugin. See the comprehensive documentation at the Drumlabooh site.<br>
Expand Down Expand Up @@ -65,6 +69,9 @@ <h3>NEWS</h3>

<h3>НОВОСТИ</h3>


<p>10 октября 2023 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.1">2.0.1 release</a> - Исправление инициализации списка драмкитов.</p>

<p>8 октября 2023 - <a href="https://github.com/psemiletov/drumlabooh/releases/tag/1.0.0">выпуск 2.0.0</a><br>

Добавлен многоканальный (36 выходов) вариант плагина, подробности об ипсользовании читайте в руководстве на сайте. Также подправлено кое-что для Рипера.
Expand Down
8 changes: 4 additions & 4 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ <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.0.0">Latest release (2.0.0)</><br>
<p><a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.1">Latest release (2.0.1)</>.<br>

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

<a href="https://github.com/psemiletov/drumlabooh/releases/download/2.0.0/drumlabooh-installer.exe">Windows VSTi installer (2.0.0)</> (installs to <i>C:\Program Files (x86)\Common Files\VST3)</i><br>
<a href="https://github.com/psemiletov/drumlabooh/releases/download/2.0.1/drumlabooh-installer.exe">Windows VSTi installer (2.0.1)</> (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>
Expand Down Expand Up @@ -89,11 +89,11 @@ <h3>Linux: Build from the source</h3>
<td class="table_top_cell">
<h3>Скачать плагин!</h3>

<p><a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.0">Свежий выпуск (2.0.0)</><br>
<p><a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.1">Свежий выпуск (2.0.1)</><br>

<a href="https://github.com/psemiletov/drumlabooh">Страница на Github</a><br>

<a href="https://github.com/psemiletov/drumlabooh/releases/download/2.0.0/drumlabooh-installer.exe">Установщик VSTi для Windows (2.0.0)</a>(устанавливается в <i>C:\Program Files (x86)\Common Files\VST3)</i>)<br>
<a href="https://github.com/psemiletov/drumlabooh/releases/download/2.0.1/drumlabooh-installer.exe">Установщик VSTi для Windows (2.0.1)</a>(устанавливается в <i>C:\Program Files (x86)\Common Files\VST3)</i>)<br>

<a href="https://aur.archlinux.org/packages/drumlabooh">Страница на AUR</a> //<i>yay -S drumlabooh</i>
</p>
Expand Down

0 comments on commit e89fc07

Please sign in to comment.