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
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This is a collection of VST instruments that emulate MIDI drivers for OPL3 based
47
47
48
48
* OPL3 mode enable: Set DMXOPTION environment variable to "-opl3"
49
49
* Doom 1 1.666 mode enable: Set DMXOPTION environment variable to "-doom1"
50
-
* Doom 2 1.666, Heretic, Hexen mode enable: Set DMXOPTION environment variable to "-doom2"
50
+
* Doom 2 1.666, Heretic, Hexen mode enable: Set DMXOPTION environment variable to "-doom2"
51
51
52
52
You also can combine OPL3 mode with Doom 1.666 modes. eg set variable to "-opl3-doom1"
53
53
@@ -60,7 +60,7 @@ You also can combine OPL3 mode with Doom 1.666 modes. eg set variable to "-opl3-
60
60
* Transpose: Applies an offset to Incoming MIDI notes.
61
61
* Emulator: Selects the OPL3 emulator that will be used. Nuked Is more accurate, while DOSBox runs faster.
62
62
* HQResample: Internally Runs OPL3 emulation at the native OPL3 sample rate (49716 hZ), then resamples to the host sample rate using a decent algorithm.
63
-
* PushMidi: Queue's MIDI events Instead of processing them Immediately. Queued events have sample accurate timing, while immediate events can have jittery playback.
63
+
* PushMidi: Queue's MIDI events Instead of processing them Immediately. Queued events have sample accurate timing, while immediate events can have jittery playback with large audio buffers.
0 commit comments