footfall.synths
Class FootFallSynthByCell

java.lang.Object
  extended byfootfall.synths.FootFallSynth
      extended byfootfall.synths.FootFallSynthByCell
All Implemented Interfaces:
java.lang.Runnable

public class FootFallSynthByCell
extends FootFallSynth

TODO: Synthesize footfall sounds based pressure data of each individual cell


Constructor Summary
FootFallSynthByCell()
          Synthesize footfall sounds based pressure data of each individual cell
FootFallSynthByCell(FootFallStream footfallstream)
          Synthesize footfall sounds based pressure data of each individual cell from specified FootFallStream
 
Method Summary
 void synthesizeFootFallSound()
          Perform granular synthesis for each cell in current frame.
 
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
 

Constructor Detail

FootFallSynthByCell

public FootFallSynthByCell()
Synthesize footfall sounds based pressure data of each individual cell


FootFallSynthByCell

public FootFallSynthByCell(FootFallStream footfallstream)
Synthesize footfall sounds based pressure data of each individual cell from specified FootFallStream

Parameters:
footfallstream - New footfall stream to get inputs from
Method Detail

synthesizeFootFallSound

public void synthesizeFootFallSound()
Perform granular synthesis for each cell in current frame. TODO.

Specified by:
synthesizeFootFallSound in class FootFallSynth