mmontag / dx7-synth-js

A JavaScript implementation of the Yamaha DX7 synthesizer
http://mmontag.github.io/dx7-synth-js/
Other
279 stars 29 forks source link

index.html in master still want to use bundle.js #1

Closed Kailang closed 8 years ago

Kailang commented 8 years ago

The code is amazingly well written and I'm learning it!

index.html in gh-pages uses bundle.js and works fine.

However the index.html in master still want to use bundle.js which is not yet complied. So, of course, the master branch is broken.

How to make index.html directly use source code(src/*.js) but not complied code(bundle.js)?

Cheers,

Kailang

mmontag commented 8 years ago

Hi Kailang, thanks for the kind words. To run locally, you will need to:

Kailang commented 8 years ago

Thanks! It works! Closing the issue!

And...

I was rewriting my C# Midi library that reads Midi file and synthesizes music. Adding Dx7 style synth has long be a dream of mine!

I've finished porting this to C# this afternoon, but the sound is somehow different from the original js version. I'll rewrite everything(clean up the constants, build interfaces, restructure codes, and more!) before committing the finished version to Midif.

Cheers.