Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Oct 8, 2023
1 parent c9c9b89 commit 9c64531
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 23 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ cmake_minimum_required(VERSION 3.15)
include(FetchContent)


project(DRUMLABOOH LANGUAGES CXX C VERSION 1.0.0)
project(DRUMLABOOH LANGUAGES CXX C VERSION 2.0.0)

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

#SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -g -O3 ")
#SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -g -O3 -ffast-math")


option(MULTI "Build with multy-channel support" OFF)
option(MULTI "Build with multy-channel support" ON)


set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
Expand Down
13 changes: 4 additions & 9 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
Drumlabooh 1.0.0
Drumlabooh 2.0.0

Hello! The first major release ever. All known bugs were fixed, but let's talk about interesting things.
The most cool one is FX section for each instrument. You can call/hide FX with the button "FX". There are two resonance filters (Low pass and High pass) to change the sound, and the magic "Analog" knob that warms up the sample.
Other changes are more GUI-related - palette, drum cells highlighting, etc.
A new "Wooden" drum kit has been added.
Other significant changes:
Documentation updated.
Stereo samples from kits now loaded as mono to simplify internal mixing. Pre-panned drums are evil.
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.

Peter Semiletov,
Kiev, October 06, 2013
Kiev, October 08, 2013
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) 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
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Features</h3>

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

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

* Built-in mixer with Pan, Volume, mute controls and pan mode option<br>

Expand Down
13 changes: 7 additions & 6 deletions docs/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,19 @@ <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/0.0.4">Latest release (0.0.4)</><br>
<p><a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.0">Latest release (2.0.0)</><br>

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

<a href="https://github.com/psemiletov/drumlabooh/releases/download/0.0.4/drumlabooh-installer.exe">Windows VSTi installer (0.0.4)</><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://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/0.0.3/drumlabooh-installer.exe">this installer</a>. 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>Download and run <a href="https://github.com/psemiletov/drumlabooh/releases/download/2.0.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 Expand Up @@ -78,7 +79,7 @@ <h3>Linux: Build from the source</h3>
make install</pre>


<p>This installs Lv2 and VSTi versions of the plugin to /usr/local/lib/LV2 and /usr/local/lib/VST3 by default. To redefine te destination dir, set another dest dir via CMAKE_INSTALL_PREFIX variable. For example, from <i>/usr/local</i> to <i>/usr</i>:</p>
<p>This installs LV2 and VSTi versions of the plugin to /usr/local/lib/LV2 and /usr/local/lib/VST3 by default. To redefine te destination dir, set another dest dir via CMAKE_INSTALL_PREFIX variable. For example, from <i>/usr/local</i> to <i>/usr</i>:</p>

<pre>cmake -DCMAKE_INSTALL_PREFIX=/usr ..</pre>

Expand All @@ -88,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/0.0.4">Свежий выпуск (0.0.4)</><br>
<p><a href="https://github.com/psemiletov/drumlabooh/releases/tag/2.0.0">Свежий выпуск (2.0.0)</><br>

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

<a href="https://github.com/psemiletov/drumlabooh/releases/download/0.0.4/drumlabooh-installer.exe">Установщик VSTi для Windows (0.0.4)</><br>
<a href="https://github.com/psemiletov/drumlabooh/releases/download/0.0.4/drumlabooh-installer.exe">Установщик VSTi для Windows (2.0.0)</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
9 changes: 5 additions & 4 deletions install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Section "Drumlabooh (Multi)"
File /r "D:\a\drumlabooh\drumlabooh\build\drumlabooh-multi_artefacts\Release\VST3\drumlabooh-multi.vst3\Contents\Resources\moduleinfo.json"
File /r "D:\a\drumlabooh\drumlabooh\build\drumlabooh-multi_artefacts\Release\VST3\drumlabooh-multi.vst3\Contents\x86_64-win\drumlabooh-multi.vst3"

WriteRegStr HKLM SOFTWARE\Drumlabooh_multi "Install_Dir" "$PROGRAMFILES\Common Files\VST3\drumlabooh-multi.vst3"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Drumlabooh-multi" "DisplayName" "Drumlabooh-multi (remove)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Drumlabooh-multi" "UninstallString" '"$PROGRAMFILES\Common Files\VST3\drumlabooh-multi.vst3\nsUninst.exe"'
WriteUninstaller "nsUninst.exe"
; WriteRegStr HKLM SOFTWARE\Drumlabooh_multi "Install_Dir" "$PROGRAMFILES\Common Files\VST3\drumlabooh-multi.vst3"
;WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Drumlabooh-multi" "DisplayName" "Drumlabooh-multi (remove)"
;WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Drumlabooh-multi" "UninstallString" '"$PROGRAMFILES\Common Files\VST3\drumlabooh-multi.vst3\nsUninst.exe"'
;WriteUninstaller "nsUninst.exe"

; ExecShell "open" '"$INSTDIR\doc\note_for_users.html"'

Expand All @@ -96,6 +96,7 @@ Section "Uninstall"
Delete $INSTDIR\nsUninst.exe
Delete $INSTDIR\*.*
Delete "C:\drumlabooh-kits\*.*"
Delete "$PROGRAMFILES\Common Files\VST3\drumlabooh-multi.vst3\*.*"

RMDir /r $INSTDIR

Expand Down

0 comments on commit 9c64531

Please sign in to comment.