The missing asset manager for the Synthstrom Deluge. Maybe. Some day. With more work.
Huge credit to:
- Rohan for making his Deluge file format documentation available
- Jamie Fenton for open-sourcing Downrush
- Fabio Barbon for open-sourcing Deluge Commander
Probably would have already stopped trying to parse the Deluge file format(s) otherwise.
Main branch automatically builds to https://delugr.haila.fi/
- 100% browser based. Nothing to install! Just drag & drop your Deluge folder.
- Browse your songs, synths, kits and samples and see how they are used.
- At-a-glace visuals for spotting the most used and un-used items.
- Easy navigation between items via deep links when possible.
- Preview (play) sample files.
- Delete files.
- Actions to rename stuff
- Broken sample detection in instruments
- Song instrument view in addition to preset view?
- Responsive layout
- Parsing more XML data (of various firmwares and binary types)
- Audio tracks
- Default params
- Envelopes
- Fancy-ass visualisations of synth settings to better understand them
- Built with Vue & Tailwind.
- Project tooling by Bun and Vite.
You need Bun installed to build the project.
- Clone this repo:
git clone git@github.com:MrHaila/delugr.git
- Install dependencies:
bun i
- Build & run:
bun run dev
- Clone this repo:
git clone git@github.com:MrHaila/delugr.git
- Install dependencies:
bun i
- Build:
bun run build
- (optional) Run locally:
bun run preview