Kyma Forum
  Kyma Support
  help with array question

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

next newest topic | next oldest topic
Author Topic:   help with array question
taylor12k
Member
posted 14 October 2003 12:42         Edit/Delete Message   Reply w/Quote
hi,

i'm trying to make a slider in the VCS that selects among 3 different pitches (in hz) of a sample in my Sound. in the frequency field i've typed:

((!PianoFreq * 3) of: #(172 263 294)) hz

if i then edit the slider in the VCS to go from 1-3 with a step value of 1, my slider should select from among those frequencies.... but it doesn't work..

help!

thanks

IP: Logged

SSC
Administrator
posted 14 October 2003 16:35         Edit/Delete Message   Reply w/Quote
If you want your fader to show up with a range of 1-3 in the VCS, then you should change your expression to

(!PianoFreq - 1 of: #(172 263 294)) hz

(this is because the indexing starts at zero and your fader starts at 1)

IP: Logged

taylor12k
Member
posted 14 October 2003 16:38         Edit/Delete Message   Reply w/Quote
well, the fader being "1-3" doesn't matter.. it could be 0-2...

if it were 0-2, would i simply remove the "-1" from the expression?

quote:
Originally posted by SSC:
If you want your fader to show up with a range of 1-3 in the VCS, then you should change your expression to

(!PianoFreq - 1 of: #(172 263 294)) hz

(this is because the indexing starts at zero and your fader starts at 1)




IP: Logged

pete
Member
posted 15 October 2003 05:15         Edit/Delete Message   Reply w/Quote
yes

but you would have to set the VCS range as (0 to 2) also.

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