On Mon, Dec 6, 2010 at 10:31 PM, yanli lei <[email protected]> wrote: > I wish to add socket communication into FluidSynth so that it can sent > output/input parameters to xSocket (Java server port 9001). UsingĀ Flash > took me only 1 min to build XMLSocket application but not sure which C > library is easier to implement? POCO C++? It would be ideal to have > cross-platform compatible. >
FluidSynth already has TCP control socket support. It accepts the same commands as the shell (i.e., its basically a shell over TCP). To start FluidSynth with a TCP shell, just run it in server mode with the '-s' switch. Best regards, Element _______________________________________________ fluid-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/fluid-dev
