Re: Help

new topic     » goto parent     » topic index » view thread      » older message » newer message

Albert Brauneis wrote:
>
> for junk = 1 to notelen by 2 do
> tempnote = notes[1][junk] & notes[1][junk+1] <--replace this one
> num = match(tempnote, scale)

You can use this line instead of the one above:

tempnote = notes[1][junk..junk+1]

If notes = "a-b-c-d-" then you would use

tempnote = notes[junk..junk+1]

I think.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu