On Fri, 18 Mar 2011, Edenyard wrote:
[...]
> 
> One last question (for now!): assuming Fluid is given the command to
> listen to a network port so that netcat can be used to send reverb
> settings to it, doen the same thing also apply to MIDI data? Or, to put
> it another way, could I send a stream of 'note-on, note-off'
> instructions to Fluid by that means to get sounds? 

Yes, by starting fluidsynth in server mode ("-s", plus whatever options you're 
using for driver, device, soundfont etc.) you can send strings like "noteon 0 
64 100 \n" and so on to port 9800 to produce sounds from your soundfont. Type 
'help' in an interactive fluidsynth terminal session ("fluidsynth -s" will do) 
to see the available commands. 

HTH,

John

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to