denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Midi input via Fluidsynth is broken


From: Richard Shann
Subject: Re: [Denemo-devel] Midi input via Fluidsynth is broken
Date: Fri, 29 Jan 2010 16:00:49 +0000

On Fri, 2010-01-29 at 09:51 -0600, Jeremiah Benham wrote:
> 
> Using /dev/midi is the old oss way of doing things. I will test this  
> also. I wonder if fluidsynth can create an Alsa client for input.
> This  
> is what I was expecting to see.
> 
I use the bit of code in fluid.c

#ifdef OSS_DRIVER
  int success = fluid_settings_setstr(settings, "midi.driver", "oss");
  //g_print("success %d\n", success);
#endif

which I put in there because it got it working for me (I define
OSS_DRIVER in the Makefile on the compile line). I didn't do any more
about this as everyone except me seemed happy with fluid's default for
the midi.driver parameter, so I assumed it was just some problem with my
installation (I have another, Debian creates /dev/midi1 not /dev/midi,
and I work around that too).

Richard






reply via email to

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