Warning

This version of the documentation is NOT an official release. You are looking at ‘latest’, which is in active and ongoing development. You can change versions on the bottom left of the screen.

music_cont_in_proxy – A device which receives continuous data from MUSIC

Description

A music_cont_in_proxy can be used to receive continuous data from remote MUSIC applications in NEST.

It uses the MUSIC library to receive the data from other applications. The music_cont_in_proxy represents a complete port to which MUSIC can connect and send data. The music_cont_in_proxy can queried using GetStatus to retrieve the messages.

This model is only available if NEST was compiled with MUSIC.

Parameters

The following properties are available in the status dictionary:

port_name

string

The name of the MUSIC input port to listen to (default: cont_in)

port_width

integer

The width of the MUSIC input port

data

list

The data received on the port

published

boolean

A bool indicating if the port has been already published with MUSIC

The parameter port_name can be set using SetStatus.

See also

Device, MUSIC