Package heronarts.lx.audio
Class ADM
java.lang.Object
heronarts.lx.LXComponent
heronarts.lx.audio.ADM
- All Implemented Interfaces:
LXPath
,LXSerializable
,LXParameterListener
Implementation of Audio Definition Model data. This class does not do any processing,
it merely holds data that was received via the ADM-OSC protocol.
https://github.com/immersive-audio-live/ADM-OSC
-
Nested Class Summary
Nested classes/interfaces inherited from class heronarts.lx.LXComponent
LXComponent.Hidden, LXComponent.Placeholder, LXComponent.Renamable
Nested classes/interfaces inherited from interface heronarts.lx.LXSerializable
LXSerializable.Utils
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
Fields inherited from class heronarts.lx.LXComponent
children, internalParameters, KEY_CHILDREN, KEY_CLASS, KEY_COMPONENT_ID, KEY_ID, KEY_INTERNAL, KEY_PARAMETER_PATH, KEY_PARAMETERS, KEY_PATH, KEY_RESET, label, legacyInternalParameters, legacyParameters, lx, modulationColor, modulationControlsExpanded, modulationsExpanded, parameters, presetFile
Fields inherited from interface heronarts.lx.LXPath
ROOT, ROOT_PREFIX, ROOT_SLASH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
handleAdmOscMessage
(OscMessage message, String[] parts, int index) Methods inherited from class heronarts.lx.LXComponent
addArray, addChild, addInternalParameter, addLegacyInternalParameter, addLegacyParameter, addParameter, addParameter, addParameters, contains, copyParameters, dispose, getCategory, getChild, getComponentName, getComponentName, getComponentName, getDescription, getId, getLabel, getLX, getOscAddress, getOscLabel, getOscPath, getParameter, getParameters, getParent, getPath, handleOscMessage, hasParameter, isValidOscParameter, load, loadParameters, loadPreset, onParameterChanged, removeParameter, removeParameter, removeParameter, removeParameter, save, savePreset, setDescription, setParent, toOscQuery, toOscQuery, toOscQuery, toString, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface heronarts.lx.LXPath
getCanonicalLabel, getCanonicalLabel, getCanonicalPath, getCanonicalPath, isDescendant
-
Field Details
-
MAX_ADM_OBJECTS
public static final int MAX_ADM_OBJECTS- See Also:
-
obj
-
ADM_OSC_PATH
- See Also:
-
ADM_OBJ_PATH
- See Also:
-
ADM_AZIM_PATH
- See Also:
-
ADM_ELEV_PATH
- See Also:
-
ADM_DIST_PATH
- See Also:
-
ADM_AED_PATH
- See Also:
-
ADM_X_PATH
- See Also:
-
ADM_Y_PATH
- See Also:
-
ADM_Z_PATH
- See Also:
-
ADM_XYZ_PATH
- See Also:
-
ADM_CONFIG_PATH
- See Also:
-
ADM_CARTESIAN_PATH
- See Also:
-
-
Constructor Details
-
ADM
-
-
Method Details
-
handleAdmOscMessage
-