summaryrefslogtreecommitdiffstats
path: root/src/midi.h
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-23 11:51:01 +0100
committerNao Pross <naopross@thearcway.org>2018-02-23 11:51:01 +0100
commitc3818d4309e99e36b5cd2158966f0ed27a429e06 (patch)
tree7ec83bd89dc592e0e94431bffa6738ecf43d1208 /src/midi.h
parentAdd const to MIDI pkt pointer arguments (diff)
downloadXilofono-c3818d4309e99e36b5cd2158966f0ed27a429e06.tar.gz
Xilofono-c3818d4309e99e36b5cd2158966f0ed27a429e06.zip
Fix rs232 interface for MIDI serial
Diffstat (limited to 'src/midi.h')
-rw-r--r--src/midi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/midi.h b/src/midi.h
index fb85833..95976d7 100644
--- a/src/midi.h
+++ b/src/midi.h
@@ -53,6 +53,7 @@ typedef struct {
#endif
} midi_message_t;
+extern unsigned midi_base_scale = 0x3C;
/* MIDI API */
#ifdef MIDI_DYNAMIC_MEMORY_ALLOC