An open API service indexing awesome lists of open source software.

https://github.com/konsumer/hydrotools

Tools for working with hydrogen drumkits
https://github.com/konsumer/hydrotools

Last synced: over 1 year ago
JSON representation

Tools for working with hydrogen drumkits

Awesome Lists containing this project

README

          

# hydrotools

Various tools written in python3 to convert hydrogen to other formats.

```sh
hydro2sfz # generate SFZ file
hydro2sf2 # generate SF2 file
hydro2renoise # generate renoise instrument
getallkits # download all public kits
```

## WIP

I'm still working on it. None of these are really done, but they have the start of some ideas:

- `hydro2renoise` - Renoise instrument
- `hydro2sfz` - SFZ soundfont.
- `hydro2pti` - Polyend Tracker beat-sliced instrument
- `hydro2sf2` - SF2 sound-font

## usage

In order to use these, you'll need python3 and other dependencies:

```sh
pip3 install -r requirements.txt
```