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 _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
