|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfootfall.synths.FootFallSynth
footfall.synths.FootFallSynthByFrame
Synthesize footfall sounds based pressure data for each frame as a whole
Field Summary | |
protected footfall.synths.FootFallSynthByFrame.StreamAnalyzer |
streamanalyzer
Used for finding peaks and troughs in variance of consequent footfall frames. |
Constructor Summary | |
FootFallSynthByFrame()
Synthesize footfall sounds based pressure data for each frame as a whole |
|
FootFallSynthByFrame(FootFallStream footfallstream)
Synthesize footfall sounds based pressure data for each frame as a whole from specified FootFallStream |
Method Summary | |
void |
synthesizeFootFallSound()
Perform granular synthesis for current frame as a whole. |
Methods inherited from class footfall.synths.FootFallSynth |
getParam, getPlayer, run, setDisplay, setFootFallStream, setParam, start, stop, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected footfall.synths.FootFallSynthByFrame.StreamAnalyzer streamanalyzer
Constructor Detail |
public FootFallSynthByFrame()
public FootFallSynthByFrame(FootFallStream footfallstream)
footfallstream
- New footfall stream to get inputs fromMethod Detail |
public void synthesizeFootFallSound()
synthesizeFootFallSound
in class FootFallSynth
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |