>
> > Hi.
> >
> > I have a bare-bone melody dictation utility that generates "mudela"
> > output (Linux). At the moment it's just a demo with little practical
> > usefulness: you start it, it listens to the mic for a selectable amount
> > of time, then prints out the pitches you played or sang, with no
> > duration.
>
> > Internally the programs has an estimation of the note duration so that
> > it is possible to generate a complete transcription of the melody. I was
> > wondering what is the best way to do this.
> > I see two possibilities:
> >
You might consider having it write a midi file instead of a mudela
file. Then midi2ly could be used to do the quantization, rather than
duplicating that code.
>
> > Does anybody know how to embed such a program in an editor? (Emacs?)
>
You could use M-| or M-! to do this.
- Bill Mitchell