Skip to content

Music machine from coursera course built with meteor 1.8

License

Notifications You must be signed in to change notification settings

ybico/Music-Machine

 
 

Repository files navigation

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

About

Music machine from coursera course built with meteor 1.8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.2%
  • HTML 15.4%
  • CSS 2.4%