Home
last modified time | relevance | path

Searched refs:_lhz (Results 1 – 3 of 3) sorted by relevance

/dports/audio/din/din-52/src/
H A Dbinaural_drone.cc17 binaural_drone::binaural_drone (multi_curve* wav, float _lhz, float _rhz, float _vol, int _just, fl… in binaural_drone() argument
25 set_hz (_lhz, _rhz); in binaural_drone()
86 void binaural_drone::set_hz (float _lhz, float _rhz) { in set_hz() argument
89 l_hz = _lhz; in set_hz()
H A Dbinaural_drone.h48 void set_hz (float _lhz, float _rhz);
H A Dbinaural_drones.h78 int add (float _lhz, float _rhz, float _vol, int just, float sep, float lx = 0, float rx = 0);