summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-23 23:30:52 +0000
committerTim E. Real <termtech@rogers.com>2010-11-23 23:30:52 +0000
commit95300fae37761cd68d00b539251dcf0b9023660d (patch)
tree69366146701478b78c220b12514250a65bd3919e /muse2/ChangeLog
parentad60c07b70f65bdeab8c0b3bd58bc5421d93f4ab (diff)
Added struct SysEx and some friends, to minstrument.h, prep. for the instrument editor.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index d8bfa646..8ac5aaea 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -1,5 +1,6 @@
23.11.2010
- Added Track::cname(), applied to strip labels' object names, so they may be used in style sheets. (Tim)
+ - Added struct SysEx and some friends, to minstrument.h, prep. for the instrument editor. (Tim)
22.11.2010
- Oops, fixed regression, marker view and cliplist crashes, removed setAttribute(Qt::WA_DeleteOnClose)
from TopWin constructor, and added it to individual TopWin sub-classes (only MidiEditor needs it). (Tim)