Uses of Enum Class
heronarts.lx.audio.SoundStage.ObjectPositionMode
Packages that use SoundStage.ObjectPositionMode
Package
Description
Modulator classes for real-time audio analysis.
-
Uses of SoundStage.ObjectPositionMode in heronarts.lx.audio
Methods in heronarts.lx.audio that return SoundStage.ObjectPositionModeModifier 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.Methods in heronarts.lx.audio with parameters of type SoundStage.ObjectPositionModeModifier 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
Fields in heronarts.lx.pattern.audio with type parameters of type SoundStage.ObjectPositionMode