fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] How can I start fluidsynth playback with certain cc comm


From: Jim Henry
Subject: Re: [fluid-dev] How can I start fluidsynth playback with certain cc commands specified from the very start?
Date: Sat, 18 Jan 2014 15:42:03 -0800
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

The "right" way to do what you want would be for you to use CC 7, channel volume, and the MIDI files to use CC 11, expression controller. The two values are multiplied together and divided by 128 to get the final volume of the channel. If the MIDI files use CC 7 for what is really expression control, then you can use CC 11 to control the channel volume to mix the channels.

Jim Henry

On 1/18/2014 1:58 PM, Martin Larsson wrote:
Yes, I can confirm that this is the case for my midi files (which are generated from Lilypond). My CC commands aren’t printed anywhere, but in the list, the following shows up:

fluidsynth: cc07100
fluidsynth: noteon06490000001.0101.2020.0000
fluidsynth: cc17100
fluidsynth: noteon16490000011.0101.2030.0001
fluidsynth: cc27100
fluidsynth: noteon26090000021.0101.2030.0002
fluidsynth: cc37100
fluidsynth: noteon35790000031.0101.2030.0003

So, yes.

Is there any way for me to suppress these commands or to make my own commands from the init file appear directly after them (but before the first notes are played)?




reply via email to

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