Evan Burchard Posted August 28, 2013 Share Posted August 28, 2013 https://github.com/meenie/8bit.js Here's the SMB theme: http://plnkr.co/edit/dv5iEPuMun0EIdmt9Y6n?p=preview Support for sine, square, triangle, and sawtooth. Great interface overall for people who think in terms of notes rather than sequences, loops and channels. It's this simple (via the github readme): var music = new EightBit();music.setTimeSignature(4,4);music.setTempo(120);var piano = music.createInstrument();piano.note('C4', 'quarter');piano.note('D4', 'quarter');piano.note('E4', 'quarter');piano.note('F4', 'quarter'); Quote Link to comment Share on other sites More sharing options...
rich Posted August 28, 2013 Share Posted August 28, 2013 That is awesome I've seen Plunker before, but this replay lib is sweet! Quote Link to comment Share on other sites More sharing options...
benny! Posted August 28, 2013 Share Posted August 28, 2013 Yeah - sounds oldschoolish ie cool! Quote Link to comment Share on other sites More sharing options...
Tomas Posted August 29, 2013 Share Posted August 29, 2013 Hi Evan thanks, It is cool. Tomas Quote Link to comment Share on other sites More sharing options...
nikki Posted August 30, 2013 Share Posted August 30, 2013 This is brilliant Quote Link to comment Share on other sites More sharing options...
xfry Posted August 30, 2013 Share Posted August 30, 2013 Guau!! That is really awesome.¿How much time you spent making the sound example of The Legend Of Zelda? and chrono Trigger? Amazing Work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.