Opened 15 years ago

Closed 15 years ago

Last modified 5 years ago

#9003 closed patch

GSOC09: XMIDI parser switch cases

Reported by: SF/aasmith Owned by: fingolfin
Priority: low Component: Audio
Version: Keywords:
Cc: Game:

Description

Minor patch for GSoC, based off of trunk code. Have added several branches to one of the switch statements (on line 112), explicitly naming a bunch of XMIDI controllers that should be implemented down the line. This patch does not change any functionality, but just adds places in the code for future work.

Ticket imported from: #2758080. Ticket imported from: patches/1108.

Attachments (1)

midiparser_xmidi.cpp (9.4 KB ) - added by SF/aasmith 15 years ago.
sound/midiparser_xmidi.cpp that explicitly names new controllers

Download all attachments as: .zip

Change History (8)

by SF/aasmith, 15 years ago

Attachment: midiparser_xmidi.cpp added

sound/midiparser_xmidi.cpp that explicitly names new controllers

comment:1 by SF/aasmith, 15 years ago

Priority: normallow

comment:2 by fingolfin, 15 years ago

Summary: XMIDI parser switch casesGSOC09: XMIDI parser switch cases

comment:3 by SF/knakos, 15 years ago

Thank you for the submission. I notice it's not in diff/patch format. We will be reviewing this shortly.

comment:4 by SF/aasmith, 15 years ago

Is this the format that is preferable?

144a145,152 > case 0x6e: // XMIDI_CONTROLLER_CHAN_LOCK > case 0x6f: // XMIDI_CONTROLLER_CHAN_LOCK_PROT > case 0x70: // XMIDI_CONTROLLER_VOICE_PROT > case 0x71: // XMIDI_CONTROLLER_TIMBRE_PROT > case 0x72: // XMIDI_CONTROLLER_BANK_CHANGE > case 0x73: // XMIDI_CONTROLLER_IND_CTRL_PREFIX > case 0x76: // XMIDI_CONTROLLER_CLEAR_BB_COUNT > case 0x78: // XMIDI_CONTROLLER_SEQ_BRANCH_INDEX

comment:5 by fingolfin, 15 years ago

Thanks for your patch, I just added it to SVN.

Note that normally, patches should be generated in so-called "unified diff format" and attached to the tracker as a file.

comment:6 by fingolfin, 15 years ago

Owner: set to fingolfin
Status: newclosed

comment:7 by digitall, 5 years ago

Component: Audio
Note: See TracTickets for help on using tickets.