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
A target intention for demonstrating 2x2op patch support is to allow for playback with the Voyetra SuperSAPI! patches.
Current challenges:
Per-voice panning not implemented
Per-voice detune not implemented
Note retrigger (to be investigated; see Telephone patch)
Percussion bank does not use OPL Rhyhtm modes. May need to transcode them to standard patches.
Voyetra's DOS player omits entire MIDI channels or so, to prevent excessive note-stealing from complex MIDI files. (similar to Win3.1's channel omission)
The text was updated successfully, but these errors were encountered:
Original comment by Wohlstand (Bitbucket: Wohlstand, GitHub: Wohlstand).
At first, I'll need to add some fields into WOPL format the patch-level pan support and some other flags like of default software vibrato (as ADLMIDI already implements it, I can use that value as an offset from off MIDI-configured vibrato level) as for now those fields are missing yet. So, the WOPLv4 will appear to have those fields. Then I'll need full dump of SupoerSAPI! instruments, or a super-long-boring-hard way to play every instrument through DosBox and write a DRO file with them, and implement into OPL3 Bank Editor the support for instrument importing from DRO files (together with existing IMF files support).
Original report by James Alan Nguyen (Bitbucket: djtubig-malicex, GitHub: djtubig-malicex).
A target intention for demonstrating 2x2op patch support is to allow for playback with the Voyetra SuperSAPI! patches.
Current challenges:
The text was updated successfully, but these errors were encountered: