denemo-devel
[Top][All Lists]
Advanced

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

Re: Scheme Interface (was Re: [Denemo-devel] Staff menu transpose)


From: Richard Shann
Subject: Re: Scheme Interface (was Re: [Denemo-devel] Staff menu transpose)
Date: Tue, 23 Sep 2008 13:10:16 +0100

On Mon, 2008-09-22 at 15:25 +0100, Richard Shann wrote:
> and there are a few query functions still
> to be linked up, but trivial stuff). 
I've done some of this now.
The main one (for transpose/augment etc) of multi-note chords is
(d-GetNotes)
which gets the notes of a chord.
You can create a list of the notes in Scheme with this

(define theNotes (string-split (d-GetNotes) #\nul))
(display theNotes)

The display function prints them out on the terminal, so you can see it
worked.

NEEDED! A volunteer to write some Scheme iterate over the list of notes
and transpose them. (The iteration over the chords in a staff is there
already).

Richard








reply via email to

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