Internal
Private
#announcePrivate
#beatPrivate
#configPrivate
#connectionPrivate
#devicePrivate
#mixstatusPrivate
#statePrivate
#statusPrivate
#statusGet the DeviceManager service. This service is used to monitor and react to devices connecting and disconnecting from the prolink network.
Check if the network has been configured. You cannot connect to the network until it has been configured.
Get the LocalDatabase service. This service is used to query and sync metadata that is downloaded directly from the rekordbox database present on media connected to the CDJs.
Get (and initalize) the MixstatusProcessor service. This service can be used to monitor the 'status' of devices on the network as a whole.
Get the RemoteDatabase service. This service is used to query metadata directly from the database service running on Rekordbox and the CDJs themselves.
NOTE: To use this service to access the CDJ remote database service, the Virtual CDJ must report itself as an ID between 1 and 6. This means there cannot be four physical CDJs on the network to access any CDJs remote database.
Get the current NetworkState of the network.
When the network is Online you may use the deviceManager to list and react to devices on the nettwork
Once the network is Connected you may use the statusEmitter to listen for player status events, query the media databases of devices using the db service (or specifically query the localdb or remotedb).
Get the StatusEmitter service. This service is used to monitor status updates on each CDJ.
Configure / reconfigure the network with an explicit configuration.
You may need to disconnect and re-connect the network after making a networking configuration change.
Typescript discriminate helper. Refines the type of the network to one that reflects the connected status. Useful to avoid having to gaurd the service getters from nulls.
Generated using TypeDoc
Get the Control service. This service can be used to control the Playstate of CDJs on the network.