Home · Standalone · rtcmix~ · iRTcmix · Tutorials · Reference |
RTcmix an open-source digital signal processing and sound synthesis language |
about · links · contact |
stringify - return pointer to a string argument
Synopsisval = stringify("somestring")
Descriptionstringify returns a pointer to the string argument ("somestring") suitable for storing in RTcmix variables.
Arguments
Examplesrtptr = stringify("hey there!")
See Also |