| Package | Description |
|---|---|
| org.deepsymmetry.beatlink |
A library for synchronizing with beats from Pioneer DJ Link equipment,
and finding out details about the tracks that are playing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MasterAdapter
An abstract adapter class for receiving updates related to the tempo master.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MasterListener> |
VirtualCdj.getMasterListeners()
Get the set of master listeners that are currently registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualCdj.addMasterListener(MasterListener listener)
Adds the specified master listener to receive device updates when there are changes related
to the tempo master.
|
void |
VirtualCdj.removeMasterListener(MasterListener listener)
Removes the specified master listener so that it no longer receives device updates when
there are changes related to the tempo master.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.