|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.dixshtix.soundlab.Generator
Base class of audio data generators.
Title: Interactive Multitimbral Sound Lab
Description: An extensible framework for the synthesis and playback of polyphonic, multitimbral sound clips.
Copyright: Copyright (c) Richard C. Penner II
Company: DixShtix
Constructor Summary | |
Generator()
|
Method Summary | |
double[] |
generate(double sampleRate)
Generate audio data. |
double[] |
getLookupTable(int samplesPerPeriod)
Generate audio data without any exterior envelope. |
java.lang.String |
toString()
Human-readable string. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Generator()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public double[] getLookupTable(int samplesPerPeriod)
public double[] generate(double sampleRate)
|
DixShtix | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |