Discussion:
chord as string?
Rob Canning
2006-09-20 22:02:49 UTC
Permalink
hi,

if would be handy, as an option, to be able to write the likes of this:

(note 1 :off 0 :dur 4 :note 60)
(note 1 :off 0 :dur 4 :note 67)
(note 1 :off 0 :dur 4 :note 68)
(note 1 :off 0 :dur 4 :note 75)

somthing like this:

(note 1 :off 0 :dur 4 (:note 60, 67, 68, 75))

would this be possible?

thanks

rob

-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now http://www.eircom.net/propertyalerts
David Psenicka
2006-09-21 07:09:43 UTC
Permalink
I'll can add something in--it'll probably look like this:

:note (60 67 68 75)
Rob Canning
2006-09-21 11:54:22 UTC
Permalink
that'd be great!
many thanks
rob
Post by David Psenicka
:note (60 67 68 75)
_______________________________________________
fomus-devel mailing list
http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel
-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now http://www.eircom.net/propertyalerts
Loading...