Package org.audiveris.proxymusic
Class Play
java.lang.Object
org.audiveris.proxymusic.Play
The play type specifies playback techniques to be used in conjunction with the instrument-sound element. When used as part of a sound element, it applies to all notes going forward in score order. In multi-instrument parts, the affected instrument should be specified using the id attribute. When used as part of a note element, it applies to the current note only.
Java class for play complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="play">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="ipa" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mute" type="{}mute"/>
<element name="semi-pitched" type="{}semi-pitched"/>
<element name="other-play" type="{}other-play"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ipaOrMuteOrSemiPitched
-
id
-
-
Constructor Details
-
Play
public Play()
-
-
Method Details
-
getIpaOrMuteOrSemiPitched
Gets the value of the ipaOrMuteOrSemiPitched 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 ipaOrMuteOrSemiPitched property.For example, to add a new item, do as follows:
getIpaOrMuteOrSemiPitched().add(newItem);Objects of the following type(s) are allowed in the list
StringMuteSemiPitchedOtherPlay -
getId
Gets the value of the id property.- Returns:
- possible object is
Object
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isObject
-