Re: [fluid-dev] How can I start fluidsynth playback with certain cc commands specified from the very start?

2014-01-18 Thread Martin Larsson
wo > 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

Re: [fluid-dev] How can I start fluidsynth playback with certain cc commands specified from the very start?

2014-01-18 Thread Martin Larsson
/18/2014 10:27 PM, Martin Larsson wrote: >> Thanks for the answer! >> >> Unfortunately, the server mode doesn’t make much more sense to me since the >> documentation on this is about as sparse as on the load configuration file. >> (Is there a more exte

Re: [fluid-dev] How can I start fluidsynth playback with certain cc commands specified from the very start?

2014-01-18 Thread Martin Larsson
itself (I don’t know if CC#7 normally is called by a midi file to set the initial levels of the channels). On 18 Jan 2014, at 17:50, Dave Serls wrote: > On Sat, 18 Jan 2014 15:26:42 +0100 > Martin Larsson wrote: > >> If I run fluidsynth from the terminal >> >>

[fluid-dev] How can I start fluidsynth playback with certain cc commands specified from the very start?

2014-01-18 Thread Martin Larsson
If I run fluidsynth from the terminal fluidsynth soundfont.sf2 midifile.midi I am then able to write control change commands in realtime to alter the playback. For example, cc 1 7 0 sends a CC#7 message (channel volume) to channel 1 with a value of 0. Now, I would like to specify a bunc