Home
last modified time | relevance | path

Searched refs:parmTable (Results 1 – 13 of 13) sorted by relevance

/dports/audio/gnuitar/gnuitar-0.3.2/src/
H A Dnoise.c128 GtkWidget *parmTable; in noise_init() local
147 parmTable = gtk_table_new(4, 11, FALSE); in noise_init()
166 gtk_table_attach(GTK_TABLE(parmTable), threshold, 0, 1, 1, 2, in noise_init()
177 gtk_table_attach(GTK_TABLE(parmTable), hold_label, 3, 4, 0, 1, in noise_init()
188 gtk_table_attach(GTK_TABLE(parmTable), hold, 3, 4, 1, 2, in noise_init()
210 gtk_table_attach(GTK_TABLE(parmTable), release, 5, 6, 1, 2, in noise_init()
232 gtk_table_attach(GTK_TABLE(parmTable), attack, 7, 8, 1, 2, in noise_init()
243 gtk_table_attach(GTK_TABLE(parmTable), hyst_label, 9, 10, 0, 1, in noise_init()
254 gtk_table_attach(GTK_TABLE(parmTable), hyst, 9, 10, 1, 2, in noise_init()
264 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 3, 4, in noise_init()
[all …]
H A Dchorus.c164 GtkWidget *parmTable; in chorus_init() local
180 parmTable = gtk_table_new(2, 8, FALSE); in chorus_init()
202 gtk_table_attach(GTK_TABLE(parmTable), speed, 3, 4, 1, 2, in chorus_init()
224 gtk_table_attach(GTK_TABLE(parmTable), depth, 0, 1, 1, 2, in chorus_init()
233 gtk_table_attach(GTK_TABLE(parmTable), wet_label, 5, 6, 0, 1, in chorus_init()
245 gtk_table_attach(GTK_TABLE(parmTable), wet, 5, 6, 1, 2, in chorus_init()
266 gtk_table_attach(GTK_TABLE(parmTable), dry, 7, 8, 1, 2, in chorus_init()
288 gtk_table_attach(GTK_TABLE(parmTable), regen, 9, 10, 1, 2, in chorus_init()
298 gtk_table_attach(GTK_TABLE(parmTable), flange, 3, 4, 3, 4, in chorus_init()
312 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 5, 6, in chorus_init()
[all …]
H A Ddistort.c133 GtkWidget *parmTable; in distort_init() local
149 parmTable = gtk_table_new(2, 8, FALSE); in distort_init()
154 gtk_table_attach(GTK_TABLE(parmTable), drive_label, 0, 1, 0, 1, in distort_init()
168 gtk_table_attach(GTK_TABLE(parmTable), drive, 0, 1, 1, 2, in distort_init()
178 gtk_table_attach(GTK_TABLE(parmTable), level_label, 3, 4, 0, 1, in distort_init()
190 gtk_table_attach(GTK_TABLE(parmTable), level, 3, 4, 1, 2, in distort_init()
199 gtk_table_attach(GTK_TABLE(parmTable), sat_label, 5, 6, 0, 1, in distort_init()
211 gtk_table_attach(GTK_TABLE(parmTable), sat, 5, 6, 1, 2, in distort_init()
231 gtk_table_attach(GTK_TABLE(parmTable), lowpass, 7, 8, 1, 2, in distort_init()
241 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 3, 4, in distort_init()
[all …]
H A Dphasor.c136 GtkWidget *parmTable; in phasor_init() local
151 parmTable = gtk_table_new(4, 8, FALSE); in phasor_init()
160 gtk_table_attach(GTK_TABLE(parmTable), speed_label, 0, 1, 0, 1, in phasor_init()
175 gtk_table_attach(GTK_TABLE(parmTable), speed, 0, 1, 1, 2, in phasor_init()
186 gtk_table_attach(GTK_TABLE(parmTable), freq_low_label, 3, 4, 0, 1, in phasor_init()
198 gtk_table_attach(GTK_TABLE(parmTable), freq_low, 3, 4, 1, 2, in phasor_init()
209 gtk_table_attach(GTK_TABLE(parmTable), freq_high_label, 5, 6, 0, 1, in phasor_init()
221 gtk_table_attach(GTK_TABLE(parmTable), freq_high, 5, 6, 1, 2, in phasor_init()
232 gtk_table_attach(GTK_TABLE(parmTable), button, 0, 2, 2, 3, in phasor_init()
246 gtk_table_attach(GTK_TABLE(parmTable), bandpass, 3, 6, 2, 3, in phasor_init()
[all …]
H A Dsustain.c122 GtkWidget *parmTable; in sustain_init() local
141 parmTable = gtk_table_new(4, 8, FALSE); in sustain_init()
146 gtk_table_attach(GTK_TABLE(parmTable), gate_label, 0, 1, 0, 1, in sustain_init()
160 gtk_table_attach(GTK_TABLE(parmTable), gate, 0, 1, 1, 2, in sustain_init()
170 gtk_table_attach(GTK_TABLE(parmTable), sust_label, 3, 4, 0, 1, in sustain_init()
181 gtk_table_attach(GTK_TABLE(parmTable), sust, 3, 4, 1, 2, in sustain_init()
191 gtk_table_attach(GTK_TABLE(parmTable), noise_label, 5, 6, 0, 1, in sustain_init()
202 gtk_table_attach(GTK_TABLE(parmTable), noise, 5, 6, 1, 2, in sustain_init()
212 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 3, 4, in sustain_init()
223 gtk_container_add(GTK_CONTAINER(p->control), parmTable); in sustain_init()
H A Dreverb.c151 GtkWidget *parmTable; in reverb_init() local
167 parmTable = gtk_table_new(2, 8, FALSE); in reverb_init()
175 gtk_table_attach(GTK_TABLE(parmTable), delay_label, 0, 1, 0, 1, in reverb_init()
190 gtk_table_attach(GTK_TABLE(parmTable), delay, 0, 1, 1, 2, in reverb_init()
200 gtk_table_attach(GTK_TABLE(parmTable), wet_label, 3, 4, 0, 1, in reverb_init()
212 gtk_table_attach(GTK_TABLE(parmTable), wet, 3, 4, 1, 2, in reverb_init()
222 gtk_table_attach(GTK_TABLE(parmTable), dry_label, 5, 6, 0, 1, in reverb_init()
234 gtk_table_attach(GTK_TABLE(parmTable), dry, 5, 6, 1, 2, in reverb_init()
256 gtk_table_attach(GTK_TABLE(parmTable), regen, 7, 8, 1, 2, in reverb_init()
266 gtk_table_attach(GTK_TABLE(parmTable), button, 9, 10, 0, 1, in reverb_init()
[all …]
H A Dautowah.c151 GtkWidget *parmTable; in autowah_init() local
170 parmTable = gtk_table_new(4, 8, FALSE); in autowah_init()
178 gtk_table_attach(GTK_TABLE(parmTable), speed_label, 0, 1, 0, 1, in autowah_init()
193 gtk_table_attach(GTK_TABLE(parmTable), speed, 0, 1, 1, 2, in autowah_init()
203 gtk_table_attach(GTK_TABLE(parmTable), freqlow_label, 3, 4, 0, 1, in autowah_init()
215 gtk_table_attach(GTK_TABLE(parmTable), freq_low, 3, 4, 1, 2, in autowah_init()
224 gtk_table_attach(GTK_TABLE(parmTable), freqhi_label, 5, 6, 0, 1, in autowah_init()
236 gtk_table_attach(GTK_TABLE(parmTable), freq_high, 5, 6, 1, 2, in autowah_init()
247 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 2, 3, in autowah_init()
261 gtk_table_attach(GTK_TABLE(parmTable), mix, 3, 4, 3, 4, in autowah_init()
[all …]
H A Decho.c133 GtkWidget *parmTable; in echo_init() local
149 parmTable = gtk_table_new(2, 8, FALSE); in echo_init()
154 gtk_table_attach(GTK_TABLE(parmTable), decay_label, 0, 1, 0, 1, in echo_init()
169 gtk_table_attach(GTK_TABLE(parmTable), decay, 0, 1, 1, 2, in echo_init()
179 gtk_table_attach(GTK_TABLE(parmTable), count_label, 3, 4, 0, 1, in echo_init()
191 gtk_table_attach(GTK_TABLE(parmTable), count, 3, 4, 1, 2, in echo_init()
204 gtk_table_attach(GTK_TABLE(parmTable), size_label, 5, 6, 0, 1, in echo_init()
216 gtk_table_attach(GTK_TABLE(parmTable), size, 5, 6, 1, 2, in echo_init()
227 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 3, 4, in echo_init()
238 gtk_container_add(GTK_CONTAINER(p->control), parmTable); in echo_init()
H A Ddelay.c130 GtkWidget *parmTable; in delay_init() local
148 parmTable = gtk_table_new(2, 8, FALSE); in delay_init()
153 gtk_table_attach(GTK_TABLE(parmTable), decay_label, 0, 1, 0, 1, in delay_init()
168 gtk_table_attach(GTK_TABLE(parmTable), decay, 0, 1, 1, 2, in delay_init()
181 gtk_table_attach(GTK_TABLE(parmTable), time_label, 3, 4, 0, 1, in delay_init()
193 gtk_table_attach(GTK_TABLE(parmTable), time, 3, 4, 1, 2, in delay_init()
203 gtk_table_attach(GTK_TABLE(parmTable), repeat_label, 5, 6, 0, 1, in delay_init()
215 gtk_table_attach(GTK_TABLE(parmTable), repeat, 5, 6, 1, 2, in delay_init()
225 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 3, 4, in delay_init()
236 gtk_container_add(GTK_CONTAINER(p->control), parmTable); in delay_init()
H A Deqbank.c121 GtkWidget *parmTable; in eqbank_init() local
137 parmTable = gtk_table_new(3, FB_NB + 2, FALSE); in eqbank_init()
142 gtk_table_attach(GTK_TABLE(parmTable), Hzlabel, 0, 1, 0, 1, in eqbank_init()
147 gtk_table_attach(GTK_TABLE(parmTable), Dblabel, 0, 1, 1, 2, in eqbank_init()
165 gtk_table_attach(GTK_TABLE(parmTable), boost[i], i + 1, i + 2, 1, in eqbank_init()
179 gtk_table_attach(GTK_TABLE(parmTable), boost_label[i], i + 1, in eqbank_init()
188 gtk_table_attach(GTK_TABLE(parmTable), Olabel, FB_NB + 1, FB_NB + 2, 0, in eqbank_init()
199 gtk_table_attach(GTK_TABLE(parmTable), output, FB_NB + 1, FB_NB + 2, 1, in eqbank_init()
210 gtk_table_attach(GTK_TABLE(parmTable), button, FB_NB >> 1, in eqbank_init()
224 gtk_container_add(GTK_CONTAINER(p->control), parmTable); in eqbank_init()
H A Dvibrato.c112 GtkWidget *parmTable; in vibrato_init() local
128 parmTable = gtk_table_new(2, 8, FALSE); in vibrato_init()
136 gtk_table_attach(GTK_TABLE(parmTable), speed_label, 0, 1, 0, 1, in vibrato_init()
150 gtk_table_attach(GTK_TABLE(parmTable), speed, 0, 1, 1, 2, in vibrato_init()
160 gtk_table_attach(GTK_TABLE(parmTable), ampl_label, 3, 4, 0, 1, in vibrato_init()
172 gtk_table_attach(GTK_TABLE(parmTable), ampl, 3, 4, 1, 2, in vibrato_init()
182 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 2, 3, in vibrato_init()
193 gtk_container_add(GTK_CONTAINER(p->control), parmTable); in vibrato_init()
H A Dtremolo.c114 GtkWidget *parmTable; in tremolo_init()
131 parmTable = gtk_table_new(2, 8, FALSE); in tremolo_init()
139 gtk_table_attach(GTK_TABLE(parmTable), speed_label, 0, 1, 0, 1, in tremolo_init()
154 gtk_table_attach(GTK_TABLE(parmTable), speed, 0, 1, 1, 2, in tremolo_init()
163 gtk_table_attach(GTK_TABLE(parmTable), ampl_label, 3, 4, 0, 1, in tremolo_init()
176 gtk_table_attach(GTK_TABLE(parmTable), ampl, 3, 4, 1, 2, in tremolo_init()
186 gtk_table_attach(GTK_TABLE(parmTable), button, 3, 4, 2, 3, in tremolo_init()
197 gtk_container_add(GTK_CONTAINER(p->control), parmTable); in tremolo_init()
H A Ddistort2.c150 GtkWidget *parmTable; in distort2_init() local
166 parmTable = gtk_table_new(4, 2, FALSE); in distort2_init()
171 gtk_table_attach(GTK_TABLE(parmTable), drive_label, 0, 1, 0, 1, in distort2_init()
184 gtk_table_attach(GTK_TABLE(parmTable), drive, 0, 1, 1, 2, in distort2_init()
193 gtk_table_attach(GTK_TABLE(parmTable), treble_label, 2, 3, 0, 1, in distort2_init()
206 gtk_table_attach(GTK_TABLE(parmTable), treble, 2, 3, 1, 2, in distort2_init()
216 gtk_table_attach(GTK_TABLE(parmTable), button, 0, 1, 3, 4, in distort2_init()
230 gtk_table_attach(GTK_TABLE(parmTable), treble_switch, 2, 3, 3, 4, in distort2_init()
238 gtk_container_add(GTK_CONTAINER(p->control), parmTable); in distort2_init()