jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

Add Support for TTString Attributes #190

Open tap opened 10 years ago

tap commented 10 years ago

Include bridging to/from TTSymbol values and attrs.

Example from @nwolek in #189 :

You'll see that it take a TTValue as input. When I do the following, it does NOT work:

TTString testSoundPath = "/the/path/that/use.aiff" this->setFilePath(testSoundPath); But the following DOES work:

TTString testSoundPath = "/the/path/that/use.aiff" this->setFilePath(TT(testSoundPath));