Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Sep 6, 2024
1 parent d124fd3 commit ea5329a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 23 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# drumrox-kits
Free drum kits for Drumlabooh (LV2/VSTi) and Drumrox (LV2) drum machines. This repo shares kits because both plugins supports this simple format.

To such kits them, just put the kits (as unpacked dirs) to (if Drumlabooh only installed) ```$HOME/drumlabooh-kits``` or ```/usr/share/drumlabooh-kits```, and to (for Drumrox and Drumlabooh) ```$HOME/drumrox-kits``` or ```/usr/share/drumrox-kits```.
To use them, just put the kits (as unpacked dirs) to (if Drumlabooh only installed) ```$HOME/drumlabooh-kits``` or ```/usr/share/drumlabooh-kits```, and to (for Drumrox and Drumlabooh) ```$HOME/drumrox-kits``` or ```/usr/share/drumrox-kits```.

[Download all kits as ZIP](https://github.com/psemiletov/drum_sklad/archive/refs/heads/main.zip)

Expand All @@ -10,7 +10,7 @@ More kits (possibly not Public Domain) you can find here - [Drumlabooh kits at T

## Drumkit format

The Drumrox/Drumlabooh kit format is very simple. The drum kit is a directory with samples (WAV, AIFF, OGG, FLAC, MP3) and some image and text files. The optional file is ```image.png``` or ```image.jpg``` that holds an image of the drum kit. The mandatory file is ```drumkit.txt``` with lines such as ```instrument name=filename.wav```. For example:
The Drumlabooh kit format is very simple. The drum kit is the directory with samples (WAV, AIFF, OGG, FLAC, MP3) and some image and text files. The optional file is ```image.png``` or ```image.jpg``` that holds an image of the drum kit. The mandatory file is ```drumkit.txt``` with lines such as ```instrument name=filename.wav```. For example:

```
kick=kick.wav
Expand All @@ -27,7 +27,7 @@ snare=share01.wav,share02.wav,share03.wav
hihat opened=hihat01.wav,hihat02.wav
```

Started from Drumlabooh 3.1.0, Drumlabooh supports kits with Round Robin and Random Order layer modes, which must be set at the sample definition level of the drumkit file.
Drumlabooh supports kits with Round Robin and Random Order layer modes, which must be set at the sample definition level of the drumkit file.

Round Robin means that layers are playing one by one at each note hit, then starting to play from the first layer if the layers list reaches the end.

Expand All @@ -54,3 +54,10 @@ There is another "multi-sampling layers mode, example:

It means that samples will be handled as the normal multi-sample (from quiet to loud), but MIDI-velocity value will not be applied to the signal level. MIDI-velocity will be used just to determine which layer we use.

The drumkit can have built-in MIDI map, that will be used if Drumlabooh's MIDI map mode is set to "Kit". To define, for example, MIDI note 36 for the instrument:

```
[36]kick=kick01.wav,kick02.wav,kick03.wav
```

Peter Semiletov
17 changes: 0 additions & 17 deletions Sequential Circuits DrumTraks/info.txt

This file was deleted.

4 changes: 1 addition & 3 deletions SoundMaster SR-88/info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ Sound Master Memory Rhythm SR-88
The analogue 4 voices groove box.

Years: yearly 1980-x

Specs:

Sound generators: Bass drum, share, hihat, cymbal
Memory: 1024 bits


Used by: Cocteau Twins

0 comments on commit ea5329a

Please sign in to comment.