Home · Standalone · rtcmix~ · uRTcmix · iRTcmix · Tutorials · Reference |
RTcmix an open-source digital signal processing and sound synthesis language |
about · links · contact |
uRTcmix ScoralyzerOctober, 2019The wonderful, amazing "scoralyzer" program (OSX and Windows) converts complex RTcmix scores into String variables that can be used inside a Unity C# script.
paste in your score and then hit RETURN and type CTRL-DIf you follow the instructions, the Terminal window will display something like this: -------------- C# formatted rtcmix score start -------------- String score = "i... [formatted RTcmix score] ..." -------------- C# formatted rtcmix score end -------------- logout [Process completed]If you copy/paste the lines between the "-----" delimiters, you can then use the variable "score" in an RTcmix.SendScore() operation. When finished, close/shutdown the Terminal window. |