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
Now that OPL hardware passthrough is implemented, the waveOut handler does not need to run in this playback mode. Currently, this will run but do nothing as it does not make sense to play both software and hardware at the same time due to latency differences.
Class separation has commenced. Annoying part 1: self-referred thread using global object reference symbol instead of passed as argument. Next: MidiSynth singleton needs to be refactored to allow for multiple instances.
Original report by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).
Currently using waveOut (inherited from Alexey's source). Need to use implementation as demonstrated by kode54's BASSMIDI driver.
The text was updated successfully, but these errors were encountered: