Home
last modified time | relevance | path

Searched refs:CONFIG_NUM_BARS (Results 1 – 4 of 4) sorted by relevance

/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig.c54 int CONFIG_NUM_BARS = 132; variable
90 deadbeef->conf_set_int (CONFSTR_MS_NUM_BARS, CONFIG_NUM_BARS); in save_config()
135 CONFIG_NUM_BARS = deadbeef->conf_get_int (CONFSTR_MS_NUM_BARS, 132); in load_config()
H A Dconfig.h74 extern int CONFIG_NUM_BARS;
H A Dutils.c52 bar_num = CONFIG_NUM_BARS; in get_num_bars()
H A Dconfig_dialog.c667 gtk_spin_button_set_value (GTK_SPIN_BUTTON (num_bars), CONFIG_NUM_BARS); in on_button_config()
700 CONFIG_NUM_BARS = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON (num_bars)); in on_button_config()