You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I tried to run Omniscent in js-dos and found that it worked quite well, except there is no sound output.
This program use MPU-401 MIDI output which is supported in DOSBox, but js-dos doesn't seem to support it.
This feature could be implemented with Web MIDI API, or packages like webmidi or jzz (which have a jzz-synth-tiny that can simulate MIDI). Or maybe we can just provide an interface that users can make plugins to implement it.
I'm willing to work on this feature. If anyone can tell me where is a good place to start implementing this feature, I would appreciate it.
The text was updated successfully, but these errors were encountered:
Recently I tried to run Omniscent in
js-dos
and found that it worked quite well, except there is no sound output.This program use MPU-401 MIDI output which is supported in DOSBox, but
js-dos
doesn't seem to support it.This feature could be implemented with Web MIDI API, or packages like webmidi or jzz (which have a jzz-synth-tiny that can simulate MIDI). Or maybe we can just provide an interface that users can make plugins to implement it.
I'm willing to work on this feature. If anyone can tell me where is a good place to start implementing this feature, I would appreciate it.
The text was updated successfully, but these errors were encountered: