Kyma Forum
  Kyma Support
  Assigning alternate tuning

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   Assigning alternate tuning
bluefire
Member
posted 29 July 2008 18:15         Edit/Delete Message   Reply w/Quote
Hi Everybody! I'm playing with Michael Harrison's Revelation tuning. It's easy to put the list of values from the Design Alternate Tunings window into "Frequency: !KeyNumber", thus assigning the tuning table to a given instrument. This works really nicely with "plectrum KBD". But assigning the same table to "String orchestra mist cloud KBD-2 (5)" is stumping me. Any pointers much appreciated.

IP: Logged

SSC
Administrator
posted 30 July 2008 20:27         Edit/Delete Message   Reply w/Quote
I would try pasting the pitch expression from the Tuning tool into the Frequencies parameter of SyntheticSpectrumFromArray, replacing !KeyPitch. For example, the current Frequencies parameter field contains:
code:

{(1 to: 16) collect: [:i | !KeyPitch hz * i]}

You could copy the expression from the Tuning Tool (in this example I'll use a Ratio scale) and paste it in place of !KeyPitch as

code:

{(1 to: 16) collect: [:i | ((!KeyNumber - 60 // 12) twoExp * ((!KeyNumber - 60 mod: 12) of: #( 1 {(1059 / 1000)} {(561 / 500)} {(1189 / 1000)} {(63 / 50)} {(267 / 200)} {(707 / 500)} {(749 / 500)} {(1587 / 1000)} {(841 / 500)} {(891 / 500)} {(236 / 125)} )) * 261.626) hz * i]}


IP: Logged

bluefire
Member
posted 30 July 2008 21:31         Edit/Delete Message   Reply w/Quote
Yes, thank you, SSC. That works fine. And the sound is magnificent.

IP: Logged

SSC
Administrator
posted 30 July 2008 22:43         Edit/Delete Message   Reply w/Quote
Thanks! (one of my favorites too Curious how it sounds with revelation tuning!

[This message has been edited by SSC (edited 30 July 2008).]

IP: Logged

All times are CT (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply

Contact Us | Symbolic Sound Home

This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.


Ultimate Bulletin Board 5.45c