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/organ | |
parent | 7193ff9d74fe76737d28ba77bf3dcadac19d2895 (diff) | |
parent | 346fbb6c864890959ac2e3a7f4549d6bb202373e (diff) |
merged with trunk
Diffstat (limited to 'muse2/synti/organ')
-rw-r--r-- | muse2/synti/organ/organ.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/synti/organ/organ.cpp b/muse2/synti/organ/organ.cpp index f3bb3b9f..60f3f52d 100644 --- a/muse2/synti/organ/organ.cpp +++ b/muse2/synti/organ/organ.cpp @@ -175,7 +175,7 @@ bool Organ::init(const char* name) int Organ::oldMidiStateHeader(const unsigned char** data) const { - unsigned char const d[3] = {MUSE_SYNTH_SYSEX_MFG_ID, ORGAN_UNIQUE_ID, INIT_DATA_CMD}; + static unsigned char const d[3] = {MUSE_SYNTH_SYSEX_MFG_ID, ORGAN_UNIQUE_ID, INIT_DATA_CMD}; *data = &d[0]; return 3; } |