dx7-synth-js
dx7-synth-js copied to clipboard
A JavaScript implementation of the Yamaha DX7 synthesizer
FF 99 supports Web MIDI as per https://bugzilla.mozilla.org/show_bug.cgi?id=836897. However, there is a little song and dance needed to prompt the user for the Web MIDI permission, as per https://extensionworkshop.com/documentation/publish/site-permission-add-on/. I've...
I don't know if the original DX7 supported the [All Sound Off CC message (type 120)](https://nickfever.com/Music/midi-cc-list) but it would be useful to support it, especially that most Web MIDI implementations...
Chrome: Version 77.0.3865.75 (Official Build) (64-bit) When playing demo: - high cpu usage - choppy sound - choppy sound improves by reducing operators enabled
I'm on MacOs using Chrome, I have connected a AKAI professional LPK25 but I can't seem to get it working in dx7-synth-js. Hover it works fine in this demo: https://github.com/cwilso/midi-synth
Thanks for this! Is it possible to change the octave? Can't get low enough for the Bizarre Love Triangle bass line.
The `$http` promise `success` method has been [deprecated](https://code.angularjs.org/1.5.11/docs/api/ng/service/$http#deprecation-notice) and removed from Angular 1.6, causing [ROM loading](https://github.com/mmontag/dx7-synth-js/blob/6c8f453/src/app.js#L526-L527) to fail when built with a recent version of Angular.