Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1 KB

README.md

File metadata and controls

25 lines (17 loc) · 1 KB

Music Machine

This project is from the course Responsive website tutorials and examples

Adding a new instrument sound

  1. All instrument sounds are in the public/ folder
  2. Open playground.js
  3. Create a new new Maxim() object
  4. Load the instrument file with the newly created Maxim() object
  5. Add the stopOrPlay<Instrument-name> function
  6. Add the instrument player to the playAll, stopAll, and setSpeed functions.
  7. Add the template helper for the instrument
  8. Add the row for that instrument in playground.html
  9. Add the template event function for that instrument

Gallery

Below is a screenshot of music-machine running

Music machine running

Below is the link to a video of music machine running in android emulator on Windows 10

Music machine running on android on windows 10