
Public Member Functions | |
| revmodel () | |
| void | mute () |
| void | processreplace (float *inputL, float *outputL, long numsamples, int skip) |
| void | processmix (float *inputL, float *outputL, long numsamples, int skip) |
| void | setroomsize (float value) |
| float | getroomsize () |
| void | setdamp (float value) |
| float | getdamp () |
| void | setwet (float value) |
| float | getwet () |
| void | setdry (float value) |
| float | getdry () |
| void | setwidth (float value) |
| float | getwidth () |
| void | setmode (float value) |
| revmodel::revmodel | ( | ) |
References allpasstuningL1, allpasstuningL2, allpasstuningL3, allpasstuningL4, allpasstuningR1, allpasstuningR2, allpasstuningR3, allpasstuningR4, combtuningL1, combtuningL2, combtuningL3, combtuningL4, combtuningL5, combtuningL6, combtuningL7, combtuningL8, combtuningR1, combtuningR2, combtuningR3, combtuningR4, combtuningR5, combtuningR6, combtuningR7, combtuningR8, initialdamp, initialdry, initialmode, initialroom, initialwet, initialwidth, mute(), allpass::setbuffer(), comb::setbuffer(), setdamp(), setdry(), allpass::setfeedback(), setmode(), setroomsize(), setwet(), and setwidth().
| void revmodel::mute | ( | ) |
References freezemode, i, allpass::mute(), comb::mute(), numallpasses, and numcombs.
Referenced by revmodel().
| void revmodel::processreplace | ( | float * | inputL, | |
| float * | outputL, | |||
| long | numsamples, | |||
| int | skip | |||
| ) |
References i, numallpasses, numcombs, allpass::process(), and comb::process().
Referenced by SpatFilter().
| void revmodel::processmix | ( | float * | inputL, | |
| float * | outputL, | |||
| long | numsamples, | |||
| int | skip | |||
| ) |
References i, numallpasses, numcombs, allpass::process(), and comb::process().
| void revmodel::setroomsize | ( | float | value | ) |
| float revmodel::getroomsize | ( | ) |
References offsetroom, and scaleroom.
| void revmodel::setdamp | ( | float | value | ) |
| float revmodel::getdamp | ( | ) |
References scaledamp.
| void revmodel::setwet | ( | float | value | ) |
| float revmodel::getwet | ( | ) |
References scalewet.
| void revmodel::setdry | ( | float | value | ) |
| float revmodel::getdry | ( | ) |
References scaledry.
| void revmodel::setwidth | ( | float | value | ) |
Referenced by revmodel(), and WidthCallback().
| float revmodel::getwidth | ( | ) |
| void revmodel::setmode | ( | float | value | ) |
Referenced by revmodel().
1.5.6