Home
last modified time | relevance | path

Searched refs:inifile_set_guint32 (Results 1 – 12 of 12) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dconfigdialog.c78 b = inifile_set_guint32(INI_SETTING_SOUNDBUFSIZE, in config_dialog_ok()
84 inifile_set_guint32(INI_SETTING_VIEW_QUALITY, in config_dialog_ok()
108 inifile_set_guint32(INI_SETTING_TIME_DISPLAY,default_time_mode); in config_dialog_ok()
111 inifile_set_guint32(INI_SETTING_TIME_DISPLAY,default_time_mode); in config_dialog_ok()
146 inifile_set_guint32("recentFiles",cd->recent_files->val); in config_dialog_ok()
148 inifile_set_guint32("vzoomMax",cd->vzoom_max->val); in config_dialog_ok()
168 inifile_set_guint32("varispeedConv", in config_dialog_ok()
173 inifile_set_guint32("ditherEditing", in config_dialog_ok()
176 inifile_set_guint32("ditherPlayback", in config_dialog_ok()
180 inifile_set_guint32("sndfileOggMode", in config_dialog_ok()
[all …]
H A Dgotodialog.c78 inifile_set_guint32("gotoRel",i); in goto_dialog_apply()
79 inifile_set_guint32("gotoUnits",j); in goto_dialog_apply()
H A Dinifile.c124 inifile_set_guint32(setting,defaultValue); in inifile_get_guint32()
198 gboolean inifile_set_guint32(gchar *setting, guint32 value) in inifile_set_guint32() function
H A Dinifile.h107 gboolean inifile_set_guint32(gchar *setting, guint32 value);
H A Drawdialog.c121 inifile_set_guint32("rawDialog_offset",*offset); in rawdialog_execute()
H A Dsampleratedialog.c59 inifile_set_guint32("srate_method",s->method); in apply()
H A Dsoxdialog.c179 inifile_set_guint32("sox_filter_type",sd->i1); in sox_dialog_apply_proc_main()
180 inifile_set_guint32("sox_filter_low",sd->ib1->val); in sox_dialog_apply_proc_main()
181 inifile_set_guint32("sox_filter_high",sd->ib2->val); in sox_dialog_apply_proc_main()
182 inifile_set_guint32("sox_filter_length",sd->ib3->val); in sox_dialog_apply_proc_main()
H A Dsound-jack.c134 inifile_set_guint32("jackMaxportsIn",mhjack.maxinports); in mhjack_preferences_ok()
136 inifile_set_guint32("jackMaxportsOut",mhjack.maxoutports); in mhjack_preferences_ok()
H A Dladspadialog.c137 inifile_set_guint32(d,k); in ladspa_dialog_apply()
H A Ddataformat.c177 inifile_set_guint32(c,format->samplerate); in dataformat_save_to_inifile()
180 inifile_set_guint32(c,format->channels); in dataformat_save_to_inifile()
H A Dsound-pulse.c1076 inifile_set_guint32("pulseLatency",up->pblat->val); in pulse_prefs_ok()
H A Dfiletypes.c342 inifile_set_guint32("lastSaveFileType",(guint32)x); in choose_format()