Method | Description | |
---|---|---|
PaddedSubset ( int start, int count ) : ISoundObj |
Variant of Subset, supporting negative "start" values
|
|
Read ( int n, int &nn, bool &moreSamples ) : ISample[] | ||
ReadComplex ( int n, int &nn, bool &moreSamples ) : Complex[][] | ||
Reset ( ) : void | ||
SampleBuffer ( ) : System | ||
SampleBuffer ( ISoundObj input ) : System | ||
Skip ( int n, int &nn, bool &moreSamples ) : void | ||
Subset ( int start ) : ISoundObj | ||
Subset ( int start, int count ) : ISoundObj |
Method | Description | |
---|---|---|
GetInputEnum ( ) : ISampleBuffer |
public PaddedSubset ( int start, int count ) : ISoundObj | ||
start | int | |
count | int | |
return | ISoundObj |
public Read ( int n, int &nn, bool &moreSamples ) : ISample[] | ||
n | int | |
nn | int | |
moreSamples | bool | |
return | ISample[] |
public ReadComplex ( int n, int &nn, bool &moreSamples ) : Complex[][] | ||
n | int | |
nn | int | |
moreSamples | bool | |
return | Complex[][] |
public SampleBuffer ( ISoundObj input ) : System | ||
input | ISoundObj | |
return | System |
public Skip ( int n, int &nn, bool &moreSamples ) : void | ||
n | int | |
nn | int | |
moreSamples | bool | |
return | void |
public Subset ( int start, int count ) : ISoundObj | ||
start | int | |
count | int | |
return | ISoundObj |