Lines Matching refs:play

13 void play::init () {  in init()
24 void play::alloc () { in alloc()
37 void play::realloc () { in realloc()
43 play::play (solver *w) { in play() function in play
48 play::play () { in play() function in play
52 play::play (const play& p) { in play() function in play
68 play::~play () { in ~play()
73 void play::fill_pitch (float xd) { in fill_pitch()
78 void play::fill_volume (float v) { in fill_volume()
83 void play::interpolate_buffer (float* buf, float s, float e) { in interpolate_buffer()
92 void play::set_interpolated_volume (float v) { in set_interpolated_volume()
97 void play::set_interpolated_pitch (float xd) { in set_interpolated_pitch()
102 void play::set_interpolated_pitch (float xd, int check) { in set_interpolated_pitch()
111 void play::set_interpolated_volume (float v, int check) { in set_interpolated_volume()
120 void play::gen_wav_and_mix (float* wav, int n) { in gen_wav_and_mix()
128 void play::master (float* L, float* R, float* wav, int n, float* vola) { // master with volume arr… in master()
134 void play::master (float* L, float* R, float* wav, int n, float vol) { // master with volume in master()
140 void play::gen_wav_fm (solver& _sol, float& _x, float* wav, float* fm, int n) { // generate wavefor… in gen_wav_fm()
144 void play::gen_wav_am (float* out, float* wav, float* am, int n) { // apply AM to waveform samples in gen_wav_am()
148 void play::gen_wav_fm_am_mix (float* out, int n) { // generate waveform samples, apply AM and FM an… in gen_wav_fm_am_mix()
158 void play::gen_wav_mix (float* out, float* vola, int n) { in gen_wav_mix()
163 void play::gen_wav_mix (float* out, float vol, int n) { in gen_wav_mix()
168 void play::set_mix (multi_curve& crv, const std::string& nam) { in set_mix()