Home
last modified time | relevance | path

Searched refs:S_clm_channel (Results 1 – 2 of 2) sorted by relevance

/dports/audio/snd/snd-21.2/
H A Dsnd-sig.c1711 hdr = make_temp_header(ofile, snd_srate(sp), 1, dur + overlap, S_clm_channel); in clm_channel()
1718 S_clm_channel, ofile, in clm_channel()
4846 Snd_assert_sample_type(S_clm_channel, samp_n, 2);
4847 Snd_assert_sample_type(S_clm_channel, samps, 3);
4850 Snd_assert_channel(S_clm_channel, snd, chn_n, 4);
4852 cp = get_cp(snd, chn_n, S_clm_channel);
4854 pos = to_c_edit_position(cp, edpos, S_clm_channel, 6);
4855 beg = beg_to_sample(samp_n, S_clm_channel);
4856 dur = dur_to_samples(samps, beg, cp, pos, 3, S_clm_channel);
4858 Xen_check_type(mus_is_xen(gen), gen, 1, S_clm_channel, "a clm generator");
[all …]
H A Dsnd-strings.h69 #define S_clm_channel "clm-channel" macro