I'm also wondering why the relative reference pastes as control/top_colorr with two R's, when my parameter name only has one R.
Transfer color reference to Vex
2002 6 1-
- eschwab
- Member
- 63 posts
- Joined: Sept. 2014
- Offline
I have a Null that I've put all my parameters on that I would change frequently. However I can't get my color to transfer and part of it is that I thought it would store it as a vector, but it doesn't seem to be. The first shot shows my interface with my controls. The second is my wrangle. The color with the relative reference outputs (1,1,1) instead of the color. I figure it's a different type but can't figure out what it is or how to convert it.
I'm also wondering why the relative reference pastes as control/top_colorr with two R's, when my parameter name only has one R.

I'm also wondering why the relative reference pastes as control/top_colorr with two R's, when my parameter name only has one R.
Edited by eschwab - March 12, 2021 14:34:16
-
- AlanZ
- Member
- 40 posts
- Joined: Feb. 2018
- Offline
-
- eschwab
- Member
- 63 posts
- Joined: Sept. 2014
- Offline
-
- AlanZ
- Member
- 40 posts
- Joined: Feb. 2018
- Offline
-
- AlanZ
- Member
- 40 posts
- Joined: Feb. 2018
- Offline
Actually the two floats are okay the way they are, but with the current code they are evaluated in Hscript b/c they have `` around them. If you middle click on the wrangle's `VEXpression` parameter label you can see them evaluated and included here as strings. To avoid this, remove the ``'s and change chs() (which is in fact Hscript though highlighted here like VEX) to chf() (which is actually VEX).
-
- eschwab
- Member
- 63 posts
- Joined: Sept. 2014
- Offline
-
- AlanZ
- Member
- 40 posts
- Joined: Feb. 2018
- Offline
-
- Quick Links

