/disting-playlist-update

A version of disting-playlist with minimal code changes to make it work with current dependency versions. It creates playlists allowing you to load and configure samples and playlists into the Expert Sleepers Disting mk4.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Disting mk4 SD Card Playlist Manager

NOTE This is my version of awonak's dist-playlist but with updated dependencies and fairly minimal code changes to get it working again. All the real work is his.

Original awonak dist-update project


Desktop application for creating audio playlists for the Expert Sleepers Disting mk4 v4.10.

With the Playlist Manager you can create playlist folders and add samples to that playlist. Each playlist has default settings that will be applied to all samples within that playlist. When a playlist is complete, the contents can be written to your SD card for use with the Disting mk4.

NOTE This tool is still in development and may be broken

To Use

Requires Node.js installed on your computer to function (built and tested against v20.7.0)

# Clone this repository
git clone https://github.com/joltedbot/disting-playlist-update.git
# Go into the repository
cd disting-playlist-update
# Install dependencies
npm install
# Run the app
npm start

License

Apache License 2.0