denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Melodic Dictation


From: Richard Shann
Subject: Re: [Denemo-devel] Melodic Dictation
Date: Wed, 06 Jul 2011 20:38:34 +0100

On Wed, 2011-07-06 at 14:23 -0500, Jeremiah Benham wrote:
> Could this approach be used without a midi keyboard.
Absolutely. The script Input->MIDI->Create Chords Over Bass Line steps
through the current staff waiting for the Bass note to be played for
each step. If instead of the d-GetMidi you had any other input routine
it would do the same, that is, step on once the right note was input.
(Of course that script is enormous, as it takes other input, (the chord
notes) some of which may be sounded just before the bass note concerned,
and then distributes the results onto a staff it has created above
within the note-duration of the bass note, but you don't need anything
like that complexity).
All you would need is a loop getting notes from the user, comparing them
with the current note (which because of the override the user sees only
as a marker) and goes on when correct. It could reveal the note once it
has been correctly sounded (by deleting the Denemo chord-directive that
is hiding it), score wrong notes etc.

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]