variables

hi there i am using touch designer 088 non commercial version and i dont know why i cant use the built in variables like $F and such, they just don`t respond and instead i get an error…any solution will be helpful. Thanks

you have to switch to tscript mode or use python.
derivative.ca/wiki088/index. … ter_Dialog

well i tried but thats not helping…i switched the parameter to expression mode…i am seeing this video where this guy just types in the expression and boom it stars working

You probably watch a video where he is using 077. Since 088 python is the standard scripting language, so there is the extra step of switching to tscript if youd like to use tscript. Its that little python-logo button in the parameter dialog.

Btw. If you are just starting: rather go for python than tscript. Its the future

i get it now…shit i should`ve messed around a bit anyway thanx man…and yeah i am a beginner will keep your advice in mind. :slight_smile:

Here is a handy table of expressions in both Python and T-script

   [url]http://www.derivative.ca/wiki088/index.php?title=Python_Tips[/url]

the python ones look longer (because they mostly are) compared to the terse t-script but python is a full-blown programming language whereas t-script was made more from csh and other old unix shell script tools. Python will take you much further.

t-script is still with us so we can bring in our old projects without having to completely rewrite all the old scripts. there are still a couple of obscure things that, to date, have yet to be translated into python - some MIDI stuff, for example, and telling a Kinect to move up and down etc.

but eventually, all will be python.me.thinks( :nerd: )

rod.

Latest version of the experimental has several MIDI send commands associated with the MIDI Out CHOP.

derivative.ca/wiki088/index. … ss#Methods

We’ve just added another dozen or so this week in fact, that will be documented very shortly.