We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5e75c commit 7af5d18Copy full SHA for 7af5d18
2 files changed
src/AppleMIDI.cpp
@@ -1 +1,7 @@
1
#include "AppleMIDI.h"
2
+
3
+BEGIN_APPLEMIDI_NAMESPACE
4
5
+unsigned long now = 0;
6
7
+END_APPLEMIDI_NAMESPACE
src/AppleMIDI.h
@@ -26,7 +26,7 @@ using namespace MIDI_NAMESPACE;
26
27
BEGIN_APPLEMIDI_NAMESPACE
28
29
-static unsigned long now;
+extern unsigned long now;
30
31
struct AppleMIDISettings : public MIDI_NAMESPACE::DefaultSettings
32
{
0 commit comments