| 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 | Interface and Description |
|---|---|
interface |
MasterListener
The listener interface for receiving updates about changes to tempo master state.
|
| 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<BeatListener> |
BeatFinder.getBeatListeners()
Get the set of beat listeners that are currently registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeatFinder.addBeatListener(BeatListener listener)
Adds the specified beat listener to receive beat announcements when DJ Link devices broadcast
them on the network.
|
void |
BeatFinder.removeBeatListener(BeatListener listener)
Removes the specified beat listener so that it no longer receives beat announcements when
DJ Link devices broadcast them to the network.
|
Copyright © 2016–2018 Deep Symmetry, LLC. All rights reserved.