aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/mt32/structures.h
diff options
context:
space:
mode:
authorJerome Fisher2004-11-14 04:40:12 +0000
committerJerome Fisher2004-11-14 04:40:12 +0000
commita158e884a0abc347dfabbd140f21d52fc137cd79 (patch)
tree68a729d03bf945b65e4b647695db6e5cfdd60508 /backends/midi/mt32/structures.h
parent1aeca6838b1ba5405674d0f5e38174fe6dedd138 (diff)
downloadscummvm-rg350-a158e884a0abc347dfabbd140f21d52fc137cd79.tar.gz
scummvm-rg350-a158e884a0abc347dfabbd140f21d52fc137cd79.tar.bz2
scummvm-rg350-a158e884a0abc347dfabbd140f21d52fc137cd79.zip
- More cleanup.
- Note-on MIDI commands outside the range 12-108 are now raised/lowered by octaves until in range (instead of being ignored). svn-id: r15802
Diffstat (limited to 'backends/midi/mt32/structures.h')
-rw-r--r--backends/midi/mt32/structures.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/midi/mt32/structures.h b/backends/midi/mt32/structures.h
index 4c1e237f3e..bad3faf0ee 100644
--- a/backends/midi/mt32/structures.h
+++ b/backends/midi/mt32/structures.h
@@ -273,8 +273,7 @@ class Partial; // Forward reference for class defined in partial.h
struct dpoly {
bool isPlaying;
- int note;
- int freq;
+ unsigned int key;
int freqnum;
int vel;