summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-03 01:03:08 +0000
committerTim E. Real <termtech@rogers.com>2010-11-03 01:03:08 +0000
commit49720ad168e0abef844f10baf6d4f3968eb15318 (patch)
treeae71b0f5c66f46e60b8d6afb1d8b1379cd7f8aa1 /muse2/ChangeLog
parentba7a03030045602ce55c47a20a63fd72cfe10f47 (diff)
Removed mpevent(.h, .cpp) and evdata.h from /libsynti, conflicting with copies in /muse,
causing crashes. Version in /muse is newer. Should only be one version.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index 877d0faa..832def1d 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,4 +1,11 @@
02.11.2010
+ - Solved! All the MESS synths load now. Removed mpevent(.h, .cpp) and evdata.h from /libsynti,
+ conflicting with copies in /muse, causing crashes. Versions in /muse are newer.
+ Should only be one version. Whether we end up putting it in a library, or leaving it
+ in the main app as I have done here, it had to be moved one way or another.
+ If we really need 'reduced, simplified' functionality of the /libsynti mpevent versions,
+ then it should be a base/inherited class type of solution, not two different copies. (Tim)
+02.11.2010
- Fluid, fluidsynth, simpledrums: Testing: For now, disable certain sendSysex() calls crashing. (Tim)
Marked as "MusE FIXME:". At least fluidsynth appears to be working now. Other two not so good.
01.11.2010