fluid-dev
[Top][All Lists]
Advanced

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

Re: [fluid-dev] [PATCH] audio.jack.autoconnect fix


From: Peter Hanappe
Subject: Re: [fluid-dev] [PATCH] audio.jack.autoconnect fix
Date: Thu, 29 Jul 2004 22:55:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

Rui Nuno Capela wrote:
I just noticed that the registration line on fluid_jack.c is flawed, with
min and max range values swapped, making any attempt to change the
"audio.jack.autoconnect" setting a no-op.

-  fluid_settings_register_int(settings, "audio.jack.autoconnect", 0, 1, 0, 
FLUID_HINT_TOGGLED, NULL, NULL);
+  fluid_settings_register_int(settings, "audio.jack.autoconnect", 0, 0, 1, 
FLUID_HINT_TOGGLED, NULL, NULL);

Thanks a lot for spotting it!
I added it to the CVS version (sorry for the delay).

P





reply via email to

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