Re: [fluid-dev] Soundfont velocity settings

2011-05-11 Thread edwardcostello
Chris, Thanks for your suggestion, I never used the velocity-to-attenuation modulator before but after a bit of trial and error I got it to successfully ignore note velocity, Nice one! Ed On , "S. Christian Collins" wrote: Ideally, you would edit this in the SoundFont itself by mod

[fluid-dev] How to send "all notes off" command to all channels?

2011-05-11 Thread Jonathan Slenders
Hi all, What is the proper way to make sure that all notes on all channels are turned off. I have a MIDI player instance, but when I stop the player, certain notes continue to play, because the noteoff command has not yet been send. This will turn all notes of on channel 0, but because the MIDI

Re: [fluid-dev] Soundfont velocity settings

2011-05-11 Thread S. Christian Collins
Ideally, you would edit this in the SoundFont itself by modifying the velocity-to-attenuation modulator. However, you can also use something like QMidiRoute (Linux) or MIDI-OX (Windows) to filter the veloc

[fluid-dev] Soundfont velocity settings

2011-05-11 Thread Ed Costello
Hi, I am using fluidsynth to playback midi files and I was wondering was there a way of telling it to ignore key velocity when playing them back? Is this a setting that should be made in the soundfont itself? Unfortunately I need this as part of a larger project so just making the velocities on th