Re: midi note durations

2014-05-29 Thread karl
David Kastrup: > k...@aspodata.se writes: > > > David Kastrup: > > >> print lily.translate.LilypondConverter().textFromMusic21Object(s) > >> > \version "2.19" > >> > >> Huh. 2.19 without further qualification does not make all that much > >> sense as the development releases are where all

Re: midi note durations

2014-05-29 Thread David Kastrup
k...@aspodata.se writes: > David Kastrup: >> print lily.translate.LilypondConverter().textFromMusic21Object(s) >> > \version "2.19" >> >> Huh. 2.19 without further qualification does not make all that much >> sense as the development releases are where all the changes happen. But >> then

Re: midi note durations

2014-05-29 Thread karl
David Kastrup: > k...@aspodata.se writes: > > > Derek: > >> I used music21 to measure note lengths, and was able to convert midi (and a > >> variety of other formats). See: http://web.mit.edu/music21/ > > > > Looks useful, tough it is big: > > > > $ git clone https://github.com/cuthbertLab/music21

Re: midi note durations

2014-05-28 Thread David Kastrup
k...@aspodata.se writes: > Derek: >> I used music21 to measure note lengths, and was able to convert midi (and a >> variety of other formats). See: http://web.mit.edu/music21/ > > Looks useful, tough it is big: > > $ git clone https://github.com/cuthbertLab/music21.git > ... > $ du -s music21/ > 3

Re: midi note durations

2014-05-28 Thread karl
Derek: > I used music21 to measure note lengths, and was able to convert midi (and a > variety of other formats). See: http://web.mit.edu/music21/ Looks useful, tough it is big: $ git clone https://github.com/cuthbertLab/music21.git ... $ du -s music21/ 393864 music21/ Think I got it working...