Home
last modified time | relevance | path

Searched refs:channel_style (Results 1 – 18 of 18) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-menu.c108 set_sensitive(view_combine_separate_menu, channel_style(ss) != CHANNELS_SEPARATE); in view_menu_update()
109 set_sensitive(view_combine_combined_menu, channel_style(ss) != CHANNELS_COMBINED); in view_menu_update()
110 set_sensitive(view_combine_superimposed_menu, channel_style(ss) != CHANNELS_SUPERIMPOSED); in view_menu_update()
H A Dsnd-data.c351 sp->channel_style = ss->update_sound_channel_style; in make_snd_info()
354 else sp->channel_style = channel_style(ss); in make_snd_info()
356 else sp->channel_style = CHANNELS_SEPARATE; in make_snd_info()
408 sp->channel_style = CHANNELS_SEPARATE; in free_snd_info()
694 if (sp->channel_style != CHANNELS_SEPARATE) in for_each_separate_chan()
721 (sp->channel_style == CHANNELS_SEPARATE)) in active_channels()
H A Dsnd-chn.c932 if (sp->channel_style != CHANNELS_SEPARATE)
1077 if (sp->channel_style != CHANNELS_SEPARATE)
1573 if (sp->channel_style == CHANNELS_SUPERIMPOSED)
1665 if (sp->channel_style == CHANNELS_SUPERIMPOSED)
2548 if (sp->channel_style == CHANNELS_SUPERIMPOSED)
4049 (sp->channel_style != CHANNELS_SUPERIMPOSED))
4094 (sp->channel_style != CHANNELS_SEPARATE)))
5099 if (sp->channel_style != CHANNELS_SEPARATE)
5129 if (sp->channel_style != CHANNELS_SEPARATE)
5415 if (sp->channel_style == CHANNELS_COMBINED)
[all …]
H A Dpopup.rb279 if channel_style(snd) == Channels_combined
281 if channel_style(snd) == Channels_combined
859 if channel_style(snd) == Channels_separate
H A Dsnd-print.c506 if (sp->channel_style == CHANNELS_COMBINED) in snd_print_or_error()
510 if (sp->channel_style == CHANNELS_SUPERIMPOSED) in snd_print_or_error()
H A Dsnd-file.c1202 if ((sp->channel_style != CHANNELS_SEPARATE) && in finish_opening_sound()
1206 val = sp->channel_style; in finish_opening_sound()
1207 sp->channel_style = CHANNELS_SEPARATE; in finish_opening_sound()
1651 nsp->channel_style = osp->channel_style; in copy_snd_info()
1762 ss->update_sound_channel_style = sp->channel_style; in snd_update()
1776 old_channel_style = sp->channel_style; in snd_update()
1777 if (sp->channel_style != CHANNELS_SEPARATE) in snd_update()
H A Dsnd-mix.c205 (sp->channel_style == CHANNELS_COMBINED)) in drag_and_drop_mix_at_x_y()
2252 if ((cp->sound->channel_style == CHANNELS_SUPERIMPOSED) || in display_channel_mixes_with_bounds()
2411 (cp->sound->channel_style == CHANNELS_SUPERIMPOSED)) in move_mix_tag()
2515 if (cp->sound->channel_style == CHANNELS_SUPERIMPOSED) in mix_display_during_drag()
H A Dsnd-axis.c903 ((ap->cp->chan == 0) || (ap->cp->sound->channel_style != CHANNELS_SUPERIMPOSED))) in make_axes_1()
1841 if ((!Xen_is_bound(chn)) && (cp->sound->channel_style == CHANNELS_COMBINED)) in g_set_x_bounds()
H A Dsnd-snd.c3444 return(C_int_to_Xen_integer(channel_style(ss))); in with_three_setter_args()
3451 return(C_int_to_Xen_integer((int)(sp->channel_style))); in with_three_setter_args()
3459 switch (channel_style(ss)) in update_sound()
3499 return(C_int_to_Xen_integer(channel_style(ss))); in g_set_channel_style()
3509 return(C_int_to_Xen_integer((int)(sp->channel_style))); in g_set_channel_style()
H A Dsnd-kbd.c1425 if (cp->sound->channel_style != CHANNELS_SEPARATE) in keyboard_command()
H A Dsnd-motif.c19822 rts_channel_style = channel_style(ss), in make_preferences_dialog()
25408 if (sp->channel_style != CHANNELS_SEPARATE) in channel_expose_callback()
25555 if (sp->channel_style != CHANNELS_SEPARATE) in remake_edit_history()
26197 (sp->channel_style != CHANNELS_COMBINED)) in add_channel_window()
26341 old_style = sp->channel_style; in change_channel_style()
26342 sp->channel_style = new_style; in change_channel_style()
27790 (sp->channel_style == CHANNELS_SEPARATE)) in watch_sash()
27810 (sp->channel_style == CHANNELS_SEPARATE)) in watch_sash()
27842 (sp->channel_style == CHANNELS_SEPARATE)) in watch_sash()
29348 sp->channel_style = CHANNELS_SEPARATE; in snd_info_cleanup()
[all …]
H A Dsnd-main.c401 …if (channel_style(ss) != DEFAULT_CHANNEL_STYLE) pss_ss(fd, S_channel_style, channel_style_name(cha… in save_options()
H A Dsnd-prefs.c2521 static void reflect_channel_style(prefs_info *prf) {set_radio_button(prf, (int)channel_style(ss));} in reflect_channel_style()
2523 static void save_channel_style(prefs_info *prf, FILE *ignore) {rts_channel_style = channel_style(ss… in save_channel_style()
H A Dsnd-select.c629 if (sp->channel_style == CHANNELS_SUPERIMPOSED) in redraw_selection()
H A Dsnd-0.h1746 #define channel_style(ss) ss->Channel_Style macro
H A Dsnd-fft.c979 (sp->channel_style == CHANNELS_SUPERIMPOSED))) in display_fft()
H A Dsnd-1.h387 channel_style_t channel_style; member
H A Dsnd-test.rb1640 ["channel_style", channel_style(), 1],
7028 snd_test_neq(channel_style(n2), style, "channel_style")
7034 snd_test_neq(channel_style(ind), Channels_separate, "channel_style[0]")
23589 snd_test_neq(channel_style(cfd), uval, "channel_style")
28711 if (res = channel_style(ind)) != Channels_separate
28712 snd_display("save channel_style reversed: %s %s?", channel_style, res)