Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.08 KB

ElectroScribble

Scribbletune + Electron

ElectroScribble is a project where I experiment with:

UI:

Running the app:

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