I tried as 3 separate rules and launch Java MIDI player to play midi song,
none of the sounds appear to be softer.
Am I doing something wrong? I didn't issue "router_clear" which will caused
all channels to appear silent when the song is play.
router_begin cc
router_par1 7 7 1 0
router_par2 0 60 0
On Fri, 3 Feb 2012, Element Green wrote:
If your MIDI song itself contains a CC7 event you could perhaps filter
it with the FluidSynth MIDI router:
router_begin cc
router_par1 7 7 1 0
router_par2 0 127 0 127
router_end
I think that would cause all CC 7 events received to set the volume to
100%
You could configure the MIDI router to only filter CC 7 on certain channels.
As for command line commands for the MIDI player, yes, sounds useful.
Someone just needs to program it ;-)
Element
On Fri, Feb 3, 2012 at 5:32 PM, James Ong wrote:
> I see, true it will be sounds awful with all at the
I see, true it will be sounds awful with all at the same levels, seem like
having 2 fluidsynth will do the job.
However, not sure if you remember, in the FluidSynth command shell, do you
still find it feasible to implement a playback controls
which we could load, pause, play, stop, change tempo Mi
If your MIDI song itself contains a CC7 event you could perhaps filter
it with the FluidSynth MIDI router:
router_begin cc
router_par1 7 7 1 0
router_par2 0 127 0 127
router_end
I think that would cause all CC 7 events received to set the volume to
100% (127).
If the MIDI song has a MIDI reset co
Hi,
What does player.reset-synth does? It seem, everytime the song is load, the
engine will
still get reset by MIDI song? Is there a way to retain CC7 value?
fluidsynth.exe" -g 1 -o "player.reset-synth=false"
Apply CC#7 to 10%
cc 0 7 10
Load midi songs which contain CC7 event will set to 100%.
Oh man, I was facing the same issue and posting the same question as you.
On Fri, Feb 3, 2012 at 4:45 PM, R.L. Horn wrote:
> This works great when I connect a keyboard or otherwise send events via
>>> the ALSA sequencer, but has no effect when specifying a file on the
>>> command line (i.e. flu
This works great when I connect a keyboard or otherwise send events via
the ALSA sequencer, but has no effect when specifying a file on the
command line (i.e. fluidsynth -f youngs.txt [soundfont] [midifile]).
Try running fluidsynth with the -o player.reset-synth=false option.
Argh! You're ab