Clarify base of MIDI debug output numbers
Bug #868232 reported by
Sean M. Pappalardo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Medium
|
Sean M. Pappalardo | ||
1.10 |
Fix Released
|
Medium
|
Sean M. Pappalardo | ||
1.9 |
Fix Released
|
Medium
|
Sean M. Pappalardo |
Bug Description
Currently MIDI message debug output shows: "MIDI ch 10: opcode: 90, ctrl: 25, val: 7F" (Base 16 for everything, 1-indexed channel number.)
Change it to: "MIDI ch 16: opcode: 0x90, ctrl: 0x25, val: 0x7F" (Base 10, 1-indexed channel number, preface all base 16 numbers with "0x.")
Related branches
lp://staging/mixxx/1.9
(Merged)
Changed in mixxx: | |
status: | Confirmed → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Triaged |
status: | Triaged → Fix Released |
To post a comment you must log in.
Fixed in 1.9 r2862. The lines now show in this format: "MIDI status 0x9F (ch 16, opcode 0x9), ctrl 0x25, val 0x7F"