Class Listen

java.lang.Object
org.audiveris.proxymusic.Listen

public class Listen extends Object
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 Details

    • assessOrWaitOrOtherListen

      protected List<Object> assessOrWaitOrOtherListen
  • Constructor Details

    • Listen

      public Listen()
  • Method Details

    • getAssessOrWaitOrOtherListen

      public List<Object> 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 set method 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 Assess Wait OtherListening