Skip to content
Snippets Groups Projects
Commit 7ae11e9a authored by ale's avatar ale
Browse files

Mention the humanizer in documentation

parent 974523ea
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ to a simple stereo output. ...@@ -9,7 +9,7 @@ to a simple stereo output.
Some features: Some features:
* full LV2 support: * full LV2 support
* state save/restore * state save/restore
* asynchronous loading of samples * asynchronous loading of samples
* extensive support for Hydrogen drumkit features * extensive support for Hydrogen drumkit features
...@@ -18,10 +18,16 @@ Some features: ...@@ -18,10 +18,16 @@ Some features:
* envelopes * envelopes
* notably missing: pitch shifting * notably missing: pitch shifting
* minimalist UI with a single button to load a new drumkit * minimalist UI with a single button to load a new drumkit
* a simple *humanizer* (modeled after the one in
[Drumgizmo](https://drumgizmo.org/))
It offers very similar functionality to It offers very similar functionality to
[DrMr](https://github.com/nicklan/drmr), but with a slightly improved [DrMr](https://github.com/nicklan/drmr), but with a slightly improved
engine. The code is based on the [LV2 Sampler engine and fewer controls: the idea is that you set up and tune the
drumkit in Hydrogen itself, and only use *hydrumkit* to play it in
your DAW.
The code is based on the [LV2 Sampler
example](http://lv2plug.in/book/#_sampler), with abundant inspiration example](http://lv2plug.in/book/#_sampler), with abundant inspiration
taken from [Fabla](https://github.com/openAVproductions/openAV-Fabla), taken from [Fabla](https://github.com/openAVproductions/openAV-Fabla),
[Drumgizmo](https://drumgizmo.org/) and of course Hydrogen itself. [Drumgizmo](https://drumgizmo.org/) and of course Hydrogen itself.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment