[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [fluid-dev] Percussion Channel
From: |
Tom M. |
Subject: |
Re: [fluid-dev] Percussion Channel |
Date: |
Thu, 10 Dec 2020 20:10:59 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 |
nFsResult = fluid_synth_system_reset( synth );
You should use program_reset. system_reset will reset any previous changes made
to the synth.
[But interestingly setting channel 64 to percussion *does* work.]
Because future prog changes will implicitly select a preset from the drum bank.
Whereas channel 9 needs an explicit bank change, otherwise it will keep the
default drum bank.
Tom