mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Add limited support for midi drums w/ rockband 3 (#15054)
* add support for midi drums * rb3drums: use dpad to disambiguate cymbal/drum hits instead of staggering. * rb3drums: configurable min velocity and hihat up behavior * rb3drums: configurable combos, combo duration, note overrides * rb3drums: move config to separate file. * rb3drums: apply stagger to double cymbal hits * rb3drums: support midi CC note mapping * rb3drums: add config to cmakelists. only load rb3drums config once. * rb3drums: HihatWithPedalUp defaults to yellow cymbal instead of blue
This commit is contained in:
parent
af33c0c69f
commit
8533f962c6
12 changed files with 1078 additions and 2 deletions
|
@ -1303,6 +1303,7 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
case midi_device_type::guitar: return tr("Guitar (17 frets)", "Midi Device Type");
|
||||
case midi_device_type::guitar_22fret: return tr("Guitar (22 frets)", "Midi Device Type");
|
||||
case midi_device_type::keyboard: return tr("Keyboard", "Midi Device Type");
|
||||
case midi_device_type::drums: return tr("Drums", "Midi Device Type");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::XFloatAccuracy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue