Jump to content

Recommended Posts

Hi,

I have a small suggestion concerning MAKE-SCALE:
It would be a nice extension, if one can use lists in :alt would be an easy way to construct symmetric scales and more complex sieves.
 
simple example:
(make-scale 'c3 8 :alt '(1 2))
=> (c3 cs3 eb3 e3 fs3 g3 a3 bb3)
 
same as:
(flatten (list (gen-mix (make-scale 'c3 4 :alt 3)
                        (make-scale 'cs3 4 :alt 3))))
=> (c3 cs3 eb3 e3 fs3 g3 a3 bb3)
 
Happy New Y(ear)(s)!
 
ole
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy