Closed Kailang closed 8 years ago
Hi Kailang, thanks for the kind words. To run locally, you will need to:
npm install
in the project root directory to download dependenciesnpm run dev
to compile for development and run a local serverThanks! 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.
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