Scribbletune + Electron
ElectroScribble is a project where I experiment with:
UI:
- Kickstart
- Keyboard CSS Luiz Felipe Tartarotti Fialho
Assuming you have node, npm installed...
Clone or download the project In the git bash:
Install all the dependencies with:
npm install
to start the app:
npm start
Enjoy! :)
Progress so far: Very very basic UI has been done. It allows for:
- playing the notes on the keyboard
- changing the instruments,
- capturing the notes
- setting the pattern
- generating the
.mid
file - playing generated
.mid
file
TODO:
- Add more Scribbletune functions (selecting chords, extending pattern length, sizzle etc.)
- creating 'Piano Roll' to controll the notes, chords, pattern, volums etc.
- UI improvements
- Rewrite in TypeScript & code cleanup