Home
last modified time | relevance | path

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

/dports/audio/blop/blop-0.2.8/src/include/
H A Dwdatutil.h34 extern unsigned long wave_first_harmonics[];
38 #define ACTUAL_HARM(h,w) h - (h - wave_first_harmonics[w]) % wave_harmonic_intervals[w]
40 #define MIN_HARM(w) wave_first_harmonics[w]
/dports/audio/blop/blop-0.2.8/src/
H A Dwdatutil.c69 unsigned long wave_first_harmonics[] = { variable