[fluid-dev] midi driver

2010-01-26 Thread Phil Ryan
Installed fluidsynth 1.0.9 for os2/ecomstation. launching program get this errot msg---couldnot find requested midi driver. could not start midi thread and midi device not found. Is this driver requested from os, fluidsynth program or a midi device. My interest in fluidsynth at this time is

Re: [fluid-dev] Fluidsynth's volume is too "dynamic"

2010-01-26 Thread josh
Hello Sebastian, Quoting Sebastian Biallas : David Henningsson wrote: Perhaps this will do: router_clear router_begin note router_par2 0 127 0.5 32 router_end That would make volume = volume*0.5 + 32 This disables sustain (works without the routing rules). I'm using FluidSynth version 1.1.1

Re: [fluid-dev] Fluidsynth's volume is too "dynamic"

2010-01-26 Thread josh
Hello, It probably makes sense to add a FluidSynth setting to disable the EMU10K1 compatibility mode, like synth.volenv = "compliant" or "emu", with "emu" as the default. I've added a ticket for this: http://fluidsynth.resonance.org/trac/ticket/70 Josh Quoting Sebastian Biallas : Hello,

[fluid-dev] State of things

2010-01-26 Thread josh
Hello FluidSynth list, It seems my break from using the computer went a bit longer than I had initially anticipated. It became apparent to me during this time that my habits around computer use have been rather detrimental to my health. Being away from the computer for a while was rather

Re: [fluid-dev] Fluidsynth's volume is too "dynamic"

2010-01-26 Thread Sebastian Biallas
David Henningsson wrote: Perhaps this will do: router_clear router_clear disabled the sustain pedal for me. But router_default did the trick. router_begin note router_par2 0 127 0.5 32 router_end That would make volume = volume*0.5 + 32 Sort of. After playing a little bit with this, it