diff options
author | Florian Jung <flo@windfisch.org> | 2011-07-28 17:20:06 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-07-28 17:20:06 +0000 |
commit | d8b982306e85b2a29f793d50cab2a424c1715c0d (patch) | |
tree | 389dbe1037fdb0f2639e5610f3d6c394ed8c9233 /muse2/synti/fluidsynth/fluidsynti.cpp | |
parent | 7193ff9d74fe76737d28ba77bf3dcadac19d2895 (diff) | |
parent | 346fbb6c864890959ac2e3a7f4549d6bb202373e (diff) |
merged with trunk
Diffstat (limited to 'muse2/synti/fluidsynth/fluidsynti.cpp')
-rw-r--r-- | muse2/synti/fluidsynth/fluidsynti.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/fluidsynth/fluidsynti.cpp b/muse2/synti/fluidsynth/fluidsynti.cpp index 35ee16df..63a516ed 100644 --- a/muse2/synti/fluidsynth/fluidsynti.cpp +++ b/muse2/synti/fluidsynth/fluidsynti.cpp @@ -144,7 +144,7 @@ bool FluidSynth::init(const char* name) int FluidSynth::oldMidiStateHeader(const unsigned char** data) const { - unsigned char const d[2] = {MUSE_SYNTH_SYSEX_MFG_ID, FLUIDSYNTH_UNIQUE_ID}; + static unsigned char const d[2] = {MUSE_SYNTH_SYSEX_MFG_ID, FLUIDSYNTH_UNIQUE_ID}; *data = &d[0]; return 2; } |