Package org.audiveris.proxymusic
Class Listen
java.lang.Object
org.audiveris.proxymusic.Listen
The listen and listening types, new in Version 4.0, specify different ways that a score following or machine listening application can interact with a performer. The listen type handles interactions that are specific to a note. If multiple child elements of the same type are present, they should have distinct player and/or time-only attributes.
Java class for listen complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listen">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="assess" type="{}assess"/>
<element name="wait" type="{}wait"/>
<element name="other-listen" type="{}other-listening"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assessOrWaitOrOtherListen property.
-
Field Details
-
assessOrWaitOrOtherListen
-
-
Constructor Details
-
Listen
public Listen()
-
-
Method Details
-
getAssessOrWaitOrOtherListen
Gets the value of the assessOrWaitOrOtherListen property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the assessOrWaitOrOtherListen property.For example, to add a new item, do as follows:
getAssessOrWaitOrOtherListen().add(newItem);Objects of the following type(s) are allowed in the list
AssessWaitOtherListening
-