[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] FluidSynth with networking
From: |
Element Green |
Subject: |
Re: [fluid-dev] FluidSynth with networking |
Date: |
Tue, 7 Dec 2010 02:34:42 -0800 |
On Mon, Dec 6, 2010 at 10:31 PM, yanli lei <address@hidden> 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