Dear all,
I’m looking for a solution to introduce text in real time to be processed directly to csound, i.e., I would write the sentences and by pressing ENTER the text would be converted to a string that would be sonified by csound. I was wondering what would be your solution for the text issue. I first thought about Cabbage - would that work?
Thank you in advance,
Luís
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Hi Luis. I think both Cabbage and CsoundQT will let you type into a text editor widget and send the string to Csound. You could also send the strings from the command line via UDP. I think there are quite a few options here.
hi luis -
i have an old example in csoundqt which might touch what you want to do:
Examples > CsoundQt > Useful > ASCII_Key.csd
ciao -
j
Thank you both Rory and Joachim. UDP was not in the first place but could be a funny solution for what I’m looking for. I’ll make some tests, but I think I know now how to proceed. Thank you.
Best, Luís
Csound mailing list Send bugs reports to Discussions of bugs and features can be posted here