Home
last modified time | relevance | path

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

/dports/audio/cmt/cmt/src/
H A Dorgan.cpp142 unsigned long freq_256, in table_pos() argument
144 *accum += freq_256; in table_pos()
205 unsigned long freq_256; in run() local
225 freq_256 = (int) (*ports[PORT_FREQ] * in run()
229 freq_256_harm0 = freq_256 / 2; in run()
230 freq_256_harm1 = freq_256; in run()
242 freq_256_harm2 = freq_256 * 2; in run()
260 freq_256_harm2 = freq_256 * 3 / 2; in run()
261 freq_256_harm3 = freq_256 * 2; in run()
262 freq_256_harm4 = freq_256 * 3; in run()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/cmt/src/
H A Dorgan.cpp142 unsigned long freq_256, in table_pos() argument
144 *accum += freq_256; in table_pos()
205 unsigned long freq_256; in run() local
225 freq_256 = (int) (*ports[PORT_FREQ] * in run()
229 freq_256_harm0 = freq_256 / 2; in run()
230 freq_256_harm1 = freq_256; in run()
242 freq_256_harm2 = freq_256 * 2; in run()
260 freq_256_harm2 = freq_256 * 3 / 2; in run()
261 freq_256_harm3 = freq_256 * 2; in run()
262 freq_256_harm4 = freq_256 * 3; in run()
/dports/audio/muse-sequencer/muse-4.0.0/src/synti/organ/
H A Dorgan.cpp164 static inline float table_pos (float* table, unsigned long freq_256, unsigned *accum) in table_pos() argument
166 *accum += freq_256; in table_pos()
259 unsigned freq_256 = freq256[v->pitch]; in process() local
273 unsigned freq_256_harm0 = freq_256 / 2; in process()
274 unsigned freq_256_harm1 = freq_256; in process()
277 freq_256_harm2 = freq_256 * 2; in process()
345 freq_256_harm2 = freq_256 * 3 / 2; in process()
346 freq_256_harm3 = freq_256 * 2; in process()
347 freq_256_harm4 = freq_256 * 3; in process()
/dports/audio/muse-sequencer/muse-4.0.0/src/synti/s1/
H A Ds1.cpp150 unsigned freq_256 = (int) (freq * ((double) RESOLUTION) / sampleRate() * 256.0); in process() local
152 accu += freq_256; in process()