Basic question on tonality mapping

22 views
Skip to first unread message

ranga

unread,
Jan 21, 2013, 5:57:56 PM1/21/13
to symbolic...@googlegroups.com
Hello,
Sorry, I have a very basic doubt. Consider this:

(activate-tonality (blues1 c 4))
(setq symbols '(-a -b -c b))

I am able to understand how +ve symbols are mapped on to the tonality. But I cannot understand the logic behind -ve symbols. Can you please explain?

Regards,
Rangarajan

pstone imap

unread,
Jan 22, 2013, 5:16:33 AM1/22/13
to symbolic...@googlegroups.com
Hi,

you can get the notes of (blues1 c 4) when you select full (activate-tonality … ) part and press eval.

(activate-tonality (blues1 c 4))
--> ((c 4 d# 4 f 4 f# 4 g 4 a# 4))

(setq symbols '(-a -b -c b))

Symbols map on the tonality this way

-a an a are the same, they map on c 4
-b maps on the previous octave of the same tonality, which is a# 3
-c maps on g 3
b maps on the second note of the tonality, which is d# 4

Tonality which you define is actually FULL-RANGE

blues1 c 4 is a tonality repeating from zero octave and up

… c 3 d# 3 f 3 f# 3 g 3 a# 3 c 4 d# 4 f 4 f# 4 g 4 a# 4 c 5 d# 5 f 5 f# 5 g 5 a# 5 …
  -g  -f   -e  -d  -c   -b   a   b    c   d    e   f    g   h    i   j    k   l

Peter

--
You received this message because you are subscribed to the Google Groups "Symbolic Composer" group.
To view this discussion on the web visit https://groups.google.com/d/msg/symboliccomposer/-/AJZaFt2W9IIJ.
To post to this group, send email to symbolic...@googlegroups.com.
To unsubscribe from this group, send email to symboliccompos...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/symboliccomposer?hl=en.

ranga

unread,
Jan 22, 2013, 7:29:25 AM1/22/13
to symbolic...@googlegroups.com
Thank you Peter. Now I understand.

Regards,
Rangarajan
Reply all
Reply to author
Forward
0 new messages