[Scummvm-git-logs] scummvm master -> ab7e60da6f91c52df3be36ba2b0a035ed86519b7

bluegr noreply at scummvm.org
Wed Jun 29 13:39:46 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ab7e60da6f AUDIO: Add some more MIDI constants.


Commit: ab7e60da6f91c52df3be36ba2b0a035ed86519b7
    https://github.com/scummvm/scummvm/commit/ab7e60da6f91c52df3be36ba2b0a035ed86519b7
Author: elasota (ejlasota at gmail.com)
Date: 2022-06-29T16:39:43+03:00

Commit Message:
AUDIO: Add some more MIDI constants.

Changed paths:
    audio/mididrv.h


diff --git a/audio/mididrv.h b/audio/mididrv.h
index 243483fad84..1c950b6d494 100644
--- a/audio/mididrv.h
+++ b/audio/mididrv.h
@@ -116,11 +116,15 @@ public:
 	static const byte MIDI_CONTROLLER_MODULATION = 0x01;
 	static const byte MIDI_CONTROLLER_DATA_ENTRY_MSB = 0x06;
 	static const byte MIDI_CONTROLLER_VOLUME = 0x07;
+	static const byte MIDI_CONTROLLER_BALANCE = 0x08;
 	static const byte MIDI_CONTROLLER_PANNING = 0x0A;
 	static const byte MIDI_CONTROLLER_EXPRESSION = 0x0B;
 	static const byte MIDI_CONTROLLER_BANK_SELECT_LSB = 0x20;
 	static const byte MIDI_CONTROLLER_DATA_ENTRY_LSB = 0x26;
 	static const byte MIDI_CONTROLLER_SUSTAIN = 0x40;
+	static const byte MIDI_CONTROLLER_PORTAMENTO = 0x41;
+	static const byte MIDI_CONTROLLER_SOSTENUTO = 0x42;
+	static const byte MIDI_CONTROLLER_SOFT = 0x43;
 	static const byte MIDI_CONTROLLER_REVERB = 0x5B;
 	static const byte MIDI_CONTROLLER_CHORUS = 0x5D;
 	static const byte MIDI_CONTROLLER_RPN_LSB = 0x64;




More information about the Scummvm-git-logs mailing list