First time here? Check out the FAQ!
x

Why do encapsulated SR paramters don't show up in the VCS?

0 votes
409 views

I encapsulated a Sound using hotValueOrSound and/or hotScaleOrSound. When I use a HotParameter instead of a Sound in the resulting parameter field the HotParameter doesn't show in the VCS. Why is that?

Thanks!

 

Example

asked Apr 15, 2015 in General by kymaguy (Virtuoso) (10,580 points)
edited Apr 16, 2015 by kymaguy
Could you please attach an example?  Thanks!
Attached an example above.
While making the example I realized that it could be because I'm using a Variable for the hotScaleOrSound parameter. If so, I guess I should rather use a Constant? Would the encapsulated Sound still work at samplerate then?
Thanks!

1 Answer

0 votes
 
Best answer

You can't set a variable Sound to type hotValueOrSound.  You can, however, set a green variable in a parameter field to the type hotValueOrSound in your encapsulated class.

answered Apr 19, 2015 by ssc (Savant) (126,300 points)
selected Apr 21, 2015 by kymaguy
Alright, got it! Is there some documentation on the types of parameter fields for the class editor?
...