fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] How to change the pan on synth mode


From: Tom M.
Subject: Re: [fluid-dev] How to change the pan on synth mode
Date: Wed, 20 Jun 2018 13:55:52 +0200

You have to send MIDI CCs directly to the synth using fluid_synth_cc(), e.g. 
for chaning the pan to hard right:

fluid_synth_cc(synth, mychannel, 10, 127);


Tom






reply via email to

[Prev in Thread] Current Thread [Next in Thread]