Class TutorialOne_04_Network.AudioBrushLite

java.lang.Object
net.paulhertz.pixelaudio.example.TutorialOne_04_Network.AudioBrushLite
Enclosing class:
TutorialOne_04_Network

public static final class TutorialOne_04_Network.AudioBrushLite extends Object
A light-weight version of the AudioBrush class for combining gestures and audio synthesis. PACurveMaker stores gesture points and times provides various curve and polygon models for drawing brushes and outputting GestureSchedule objects for audio events. AudioBrushLite combines PACurveMaker brush modeling with basic audio synthesis parameters. AudioBrush combines PACurveMaker with GestureGranularConfig, to provide just about every parameter you could ever need for sampler or granular synthesis. See GesturePlayground for an example.