Home
last modified time | relevance | path

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

/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DStompBox.C62 rwshape = new Waveshaper(sample_rate,wave_res,wave_upq,wave_dnq,intermediate_bufsize); in StompBox()
96 delete rwshape; in ~StompBox() local
128 rwshape->cleanup(); in cleanup()
155 rwshape->waveshapesmps (period, smpsl, 28, 20, 1); //Valve2 in out()
198 rwshape->waveshapesmps (period, smpsl, 24, 1, 1); // Op amp limiting in out()
250 rwshape->waveshapesmps (period, smpsl, 24, 1, 1); // Op amp limiting in out()
289 rwshape->waveshapesmps (period, smpsl, 24, 1, 1); // Op amp limiting in out()
322 rwshape->waveshapesmps (period, smpsr, 19, 25, 1); //compress in out()
H A DStompBox.h67 class Waveshaper *lwshape, *rwshape, *lwshape2, *rwshape2;