Home   Information   Classes   Download   Usage   Mail List   Requirements   Links   FAQ   Tutorial


PRCRev Class Reference

#include <PRCRev.h>

Inheritance diagram for PRCRev:

Effect Stk List of all members.

Detailed Description

Perry's simple reverberator class.

This class is based on some of the famous Stanford/CCRMA reverbs (NRev, KipRev), which were based on the Chowning/Moorer/Schroeder reverberators using networks of simple allpass and comb delay filters. This class implements two series allpass units and two parallel comb filters.

by Perry R. Cook and Gary P. Scavone, 1995 - 2007.


Public Member Functions

 PRCRev (StkFloat T60=1.0)
 Class constructor taking a T60 decay time argument (one second default value).
 ~PRCRev ()
 Class destructor.
void clear ()
 Reset and clear all internal state.
void setT60 (StkFloat T60)
 Set the reverberation T60 decay time.


The documentation for this class was generated from the following file:
The Synthesis ToolKit in C++ (STK)
©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved.