[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes |
Date: |
Tue, 24 Jul 2012 06:08:14 +0000 |
Comment #2 on issue 2672 by address@hidden: Patch: Midi fixes
http://code.google.com/p/lilypond/issues/detail?id=2672
Regtest changes that I saw are key signature and track name moving before
simultaneous note-on events, which is expected.
(1) input/regression/midi/staff-map-voice.midi
track 1 ev (0, (255, 33, '\x01'))
+ ev (0, (255, 89, '\xfd\x01'))
+ ev (0, (255, 3, 'treble:one'))
ev (0, (144, 77, 90))
ev (0, (145, 72, 90))
- ev (0, (255, 89, '\xfd\x01'))
- ev (0, (255, 3, 'treble:one'))
ev (192, (144, 77, 0))
ev (192, (144, 75, 90))
ev (288, (144, 75, 0))
(2) input/regression/midi/staff-map-instrument.midi
-track 1 ev (0, (144, 77, 90))
- ev (0, (255, 3, 'treble:one'))
+track 1 ev (0, (255, 3, 'treble:one'))
+ ev (0, (144, 77, 90))
ev (192, (144, 77, 0))
ev (192, (144, 75, 90))
ev (288, (144, 75, 0))
- [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes, lilypond, 2012/07/17
- Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes, lilypond, 2012/07/24
- Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes,
lilypond <=
- Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes, lilypond, 2012/07/24
- Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes, lilypond, 2012/07/26
- Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes, lilypond, 2012/07/30
- Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes, lilypond, 2012/07/30
- Re: [Lilypond-auto] Issue 2672 in lilypond: Patch: Midi fixes, lilypond, 2012/07/30