Hi,
I wrote a script to improve the Hydrogen hi-hat feeling.
It can seamlessly switch from closed to open hihat (and vice-versa), supports cymbals choke (both the ride, crash and via the hi-hat pedal), and slightly improves the dynamics range.
example here:
To use it, you will need:
- an edrum (I used a Roland TD9)
- several (at least 3) hi-hat samples from closed to open, i used those http://www.freesound.org/people/TicTacShutUp/packs/17/ plus some closed hihats from other sets
- mididings (sudo apt-get install mididings)
- this script: http://pastebin.com/fUpyiG1p (if you have less or more than 7 hi-hat samples like I did, you'd better modify "hihats_pedal_range" in this script to make it match your number of samples)
- in Hydrogen, setup your kit like this:
- first sample from the top: footclick (will be note 36)
- sample #2: completely closed hihat (will be note 37)
- sample #3: slightly less closed hihat (will be note 38)
- ... and so on...
- then, all the other instruments (it is crucial that all the hihats are consecutive, and my script expects to find the first on note #37)
- in Hydrogen, disable all mute groups (they don't sound great for this purpose), disable "ignore note-off", and make it listen to channel 9 if it's not already so (channel 10 does not seem to be good for noteoffs, maybe it's faulty in mididings, i don't know)
- in your edrum: use channel 9, set footclick to note #36, hihat to note #37 (both open and closed if you have both), and hihat pedal to CC#04 (it's called "foot(4)" on mine)
launch script ("mididings -f <script>"), route your midi data into mididings, then from mididings to hydrogen (or another sequencer, maybe for recording, if you like), start banging on your edrum, you should be good to go.
For those interested, on my todolist I have:
- to find better *closed* hihat samples... I have found way too many too-much-open hihat sounds :(
- a better way to stop the open hihat, maybe using aftertouch and lowering the volume gracefully... but i don't know if hydrogen handles this
Hope this helps somebody, I've found this kind of features asked many times with very few solutions. I think the drum modules tend to work in very different ways (some send "polyphonic aftertouch" for cymbal choking, other... who knows) but this should be sortable with few modifications to the script.
Let me know if you like this (or not).
Simone
Thank you! Yes, all the audio comes from Hydrogen.
On my screen you can see qtractor, which I'm using for recording hydrogen :P