| Modifier and Type | Class and Description |
|---|---|
class |
Beat
A device update that announces the start of a new beat on a DJ Link network.
|
class |
CdjStatus
Represents a status update sent by a CDJ (or perhaps other player) on a DJ Link network.
|
class |
MixerStatus
Represents a status update sent by a mixer on a DJ Link network.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceUpdate |
VirtualCdj.getLatestStatusFor(DeviceAnnouncement device)
Look up the most recent status we have seen for a device, given its device announcement packet as returned
by
DeviceFinder.currentDevices(). |
static DeviceUpdate |
VirtualCdj.getLatestStatusFor(DeviceUpdate device)
Look up the most recent status we have seen for a device, given another update from it, which might be a
beat packet containing far less information.
|
static DeviceUpdate |
VirtualCdj.getLatestStatusFor(int deviceNumber)
Look up the most recent status we have seen for a device from a device identifying itself
with the specified device number, if any.
|
static DeviceUpdate |
VirtualCdj.getTempoMaster()
Check which device is the current tempo master, returning the
DeviceUpdate packet in which it
reported itself to be master. |
| Modifier and Type | Method and Description |
|---|---|
static Set<DeviceUpdate> |
VirtualCdj.getLatestStatus()
Get the most recent status we have seen from all devices that are recent enough to be considered still
active on the network.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceUpdate |
VirtualCdj.getLatestStatusFor(DeviceUpdate device)
Look up the most recent status we have seen for a device, given another update from it, which might be a
beat packet containing far less information.
|
void |
MasterListener.masterChanged(DeviceUpdate update)
Invoked when there is a change in which device is the current tempo master.
|
void |
MasterAdapter.masterChanged(DeviceUpdate update) |
void |
DeviceUpdateListener.received(DeviceUpdate update)
Invoked whenever a device status update is received by
VirtualCdj. |
Copyright © 2016 Deep Symmetry, LLC. All rights reserved.