Skip to content

MrHaila/delugr

Repository files navigation

Delugr

Netlify Status

The missing asset manager for the Synthstrom Deluge. Maybe. Some day. With more work.

Huge credit to:

Probably would have already stopped trying to parse the Deluge file format(s) otherwise.

Main branch automatically builds to https://delugr.haila.fi/

Features

  • 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.

Future things that would make sense (backlog)

  • 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

Technical Stuff

  • Built with Vue & Tailwind.
  • Project tooling by Bun and Vite.

Run Locally

You need Bun installed to build the project.

  1. Clone this repo: git clone git@github.com:MrHaila/delugr.git
  2. Install dependencies: bun i
  3. Build & run: bun run dev

Build for Production

  1. Clone this repo: git clone git@github.com:MrHaila/delugr.git
  2. Install dependencies: bun i
  3. Build: bun run build
  4. (optional) Run locally: bun run preview

Recommended IDE Setup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages