I am currently looking into using CSound for a project.
I want to receive data from an external source that is then used to manipulate a sound. So I am wondering... Is it possible for CSound to receive a data feed via the Internet?
This data would change a variable which then manipulates sounds.
The sockrecv function seems to be what could do this, but I am not sure what kind of data it accepts - anything? Just music? Or is there some other function that can do this?
Or could one just use something from C/C++?