summaryrefslogtreecommitdiff
path: root/muse/ChangeLog
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-01-31 20:50:25 +0000
committerTim E. Real <termtech@rogers.com>2010-01-31 20:50:25 +0000
commit1e137ce981f9c2b04641c68ead9a2c28859e3b23 (patch)
tree400c2928162c68c086c6f0d4e56e26ea148603ca /muse/ChangeLog
parentfda050157888a59f65b14344c5879ab9ca7e764b (diff)
See ChangeLog
Diffstat (limited to 'muse/ChangeLog')
-rw-r--r--muse/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/muse/ChangeLog b/muse/ChangeLog
index 5991b30d..775dd561 100644
--- a/muse/ChangeLog
+++ b/muse/ChangeLog
@@ -1,3 +1,11 @@
+31.01.2010
+ * Fixed: Midi sync in: Should be very solid and 'in time' now, play/stop/continue. (T356)
+ - Re-coded to begin incrementing immediately upon first-clock detection. Forbid MusE to send transport commands
+ while in external sync mode - our sync router handles that. Was causing problems.
+ - Tested OK: Ensoniq ESQ-1 KB (sends clocks ony between start and stop) and Roland TR-505 drums (clocks always running).
+ The measured general timings were quite different, but (thankfully) clocks and events were not.
+ - MusE responds better to the TR-505 than the ESQ-1 does with a direct midi cable connection! (ESQ gains ticks on continue).
+ * Added: Midi sync window: 'Rewind on start' column. (Also a 'Send first clock delay' box - not implemented yet). (T356)
29.01.2010
* Feature: Dummy audio driver: Added global settings for sample rate and period size. (T356)
- The period size affects midi resolution, and the default was just too long. So this was added.