iiwusynth-devel
[Top][All Lists]
Advanced

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

Re: [iiwusynth-devel] Proposition: Settings API


From: Peter Hanappe
Subject: Re: [iiwusynth-devel] Proposition: Settings API
Date: Tue, 10 Dec 2002 12:26:42 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

Antoine Schmitt wrote:
:::::::::9/12/02::::14:32 +0100::::Peter Hanappe:::::::::

  iiwu_settings_setnum(settings, "midi.channels", value);
  iiwu_settings_setstr(settings, "midi.driver.name", "alsa_seq");


Real nice !
Just to be sure (I haven't updated yet), there is the possibility to enumerate all available settings, isn't there ?

Yes, you call 'iiwu_settings_foreach' and pass it a void* user_data
pointer and callback function of type:
callback_func(void* user_data, char* name, int type)

P

++ as





reply via email to

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