Home
last modified time | relevance | path

Searched defs:a_synth (Results 1 – 2 of 2) sorted by last modified time

/dports/audio/epos-devel/epos-2.5.37/src/
H A Dagent.cc495 class a_synth : public agent class
502 a_synth(DATA_TYPE din, DATA_TYPE dout) : agent(din, dout) {}; in a_synth() function in a_synth
503 a_synth() : agent(T_SEGS, T_WAVEFM) {}; in a_synth() function in a_synth
/dports/lang/onyx/onyx-5.1.2/mod/modprompt/src/
H A Dmodprompt.c416 modprompt_promptstring(struct cw_modprompt_synth_s *a_synth) in modprompt_promptstring()