Uses of Class
org.deepsymmetry.bcj.SyncMode
-
-
Uses of SyncMode in org.deepsymmetry.bcj
Fields in org.deepsymmetry.bcj declared as SyncMode Modifier and Type Field Description SyncMode
State. syncMode
The synchronization we are currently trying to maintain between the Ableton Link and Pro DJ Link networks, if any.Methods in org.deepsymmetry.bcj that return SyncMode Modifier and Type Method Description static SyncMode
SyncMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SyncMode[]
SyncMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deepsymmetry.bcj with parameters of type SyncMode Modifier and Type Method Description void
Carabiner. setSyncMode(SyncMode mode)
Validates that the desired mode is compatible with the current state, and if so, updates our state to put us in that mode and performs any necessary synchronization.
-