Uses of Enum Class
heronarts.lx.audio.SoundStage.ObjectPositionMode
Package
Description
Modulator classes for real-time audio analysis.
-
Uses of SoundStage.ObjectPositionMode in heronarts.lx.audio
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SoundStage.ObjectPositionMode[]
SoundStage.ObjectPositionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSoundStage.getNormalizedObjectPosition
(SoundObject object, SoundStage.ObjectPositionMode mode, LXModel reference) For the given sound object, determine its position using the given mode of placement in the sound stage, and then re-normalized it against the bounds of the reference model.SoundStage.getNormalizedObjectPosition
(SoundObject object, SoundStage.ObjectPositionMode mode, LXModel model, LXVector position) For the given sound object, determine its position using the given mode of placement in the sound stage, and then re-normalized it against the bounds of the reference model -
Uses of SoundStage.ObjectPositionMode in heronarts.lx.pattern.audio