Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Add configurable reverb and chorus for PortMidi #530

Merged
merged 3 commits into from
Sep 12, 2022
Merged

Add configurable reverb and chorus for PortMidi #530

merged 3 commits into from
Sep 12, 2022

Conversation

ceski-1
Copy link
Contributor

@ceski-1 ceski-1 commented Sep 12, 2022

This PR adds the ability to configure two commonly adjusted settings: reverb and chorus. These values will work with any MIDI file that doesn't already set reverb or chorus, such as the original Doom 1 and 2 music. Otherwise, the MIDI file settings have priority.

The motivation behind this addition is that a reset sets the reverb to 40 and chorus to 0, per MIDI specifications. However, some users may prefer control over these values if they were used to a different setting before (see: fabiangreffrath/crispy-doom#940).

New settings in prboom-plus.cfg:

mus_portmidi_reverb_level 40 (0 to 127)
mus_portmidi_chorus_level 0 (0 to 127)

@fabiangreffrath fabiangreffrath merged commit 60ca146 into coelckers:master Sep 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants