[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] Re: Fluidsynth reverb setting
From: |
John O'Hagan |
Subject: |
Re: [fluid-dev] Re: Fluidsynth reverb setting |
Date: |
Sat, 19 Mar 2011 04:23:35 +0000 |
User-agent: |
KMail/1.13.5 (Linux/2.6.32-2011-01-16-16.13; KDE/4.4.5; i686; ; ) |
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