diff options
author | Tim E. Real <termtech@rogers.com> | 2010-04-11 21:39:45 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-04-11 21:39:45 +0000 |
commit | 87254f86903156e8ca2b08ce62f464676e658284 (patch) | |
tree | 12f6a1d0d689471b797959bfdfb9ce467879afc4 | |
parent | 38e430f0d8209abe70372b05154a2f2e96556ec1 (diff) |
See ChangeLog
-rw-r--r-- | muse/muse/dssihost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muse/muse/dssihost.cpp b/muse/muse/dssihost.cpp index 396286e1..d952d9f5 100644 --- a/muse/muse/dssihost.cpp +++ b/muse/muse/dssihost.cpp @@ -956,7 +956,7 @@ void DssiSynthIF::write(int level, Xml& xml) const xml.nput("\n"); xml.tag(level--, "/event"); xml.etag(level--, "midistate"); - vstsaved = true; + //vstsaved = true; } } #else |