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
- Host: GitHub
- URL: https://github.com/konsumer/hydrotools
- Owner: konsumer
- Created: 2020-11-03T03:43:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T19:48:40.000Z (over 3 years ago)
- Last Synced: 2025-02-28T14:53:36.715Z (over 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```