v0.1
Pre-release
Pre-release
Basic functionality implemented, initially set to 10 minute loops
You can run this version on your local machine. Make sure you have node and
- run the express server using
node app.js
inside the app file. - start the next.js webpage in another terminal using
npm run dev
- In your browser, navigate to localhost:3000 (by default)
- Make your 10 minute loops!
Future updates / TODO :
Improvement to user interface and experience
- Waveform representation of selected file to provide more precise selection of start and end times
- Properly updating linked values/elements
- If server costs aren't too bad, deploying to the web
Here is a demo of me recreating the video that inspired this project