
Home Information Classes Download Usage Mail List Requirements Links FAQ Tutorial
#include <ReedTable.h>
Inheritance diagram for ReedTable:

This class implements a simple one breakpoint, non-linear reed function, as described by Smith (1986). This function is based on a memoryless non-linear spring model of the reed (the reed mass is ignored) which saturates when the reed collides with the mouthpiece facing.
See McIntyre, Schumacher, & Woodhouse (1983), Smith (1986), Hirschman, Cook, Scavone, and others for more information.
by Perry R. Cook and Gary P. Scavone, 1995 - 2007.
Public Member Functions | |
| ReedTable () | |
| Default constructor. | |
| ~ReedTable () | |
| Class destructor. | |
| void | setOffset (StkFloat offset) |
| Set the table offset value. | |
| void | setSlope (StkFloat slope) |
| Set the table slope value. | |
|
|
Set the table offset value. The table offset roughly corresponds to the size of the initial reed tip opening (a greater offset represents a smaller opening). |
|
|
Set the table slope value. The table slope roughly corresponds to the reed stiffness (a greater slope represents a harder reed). |
| The Synthesis ToolKit in C++ (STK) |
| ©1995-2007 Perry R. Cook and Gary P. Scavone. All Rights Reserved. |