| add ( ) |
|
Adds signal to the end of the chain.
|
| clear ( ) |
|
Removes all signals from the effect chain.
|
| contains ( ) |
|
Returns true if s is in the chain.
|
| disable ( ) |
|
Disables signal if it is in the chain.
|
| disableAll ( ) |
|
Disables all signals in the chain.
|
| enable ( ) |
|
Enables signal if it is in the chain.
|
| enableAll ( ) |
|
Enables all signals in the chain.
|
| generate ( ) |
|
Asks all the enabled signals in the chain to generate a left and right
buffer of samples, adds the signals together and puts the result in
left and right.
|
| get ( ) |
|
Gets the ith signal in the chain.
|
| hasEnabled ( ) |
|
Returns true if at least one effect in the chain is enabled.
|
| isEnabled ( ) |
|
Returns true if e is in the chain and is enabled.
|
| remove ( ) |
|
Removes and returns the ith signal from the
chain.
|
| size ( ) |
|
Returns the number of signals in the chain.
|