Package org.audiveris.proxymusic
Class Sync
java.lang.Object
org.audiveris.proxymusic.Sync
The sync type specifies the style that a score following application should use the synchronize an accompaniment with a performer. If this type is not included in a score, default synchronization depends on the application.
The optional latency attribute specifies a time in milliseconds that the listening application should expect from the performer. The optional player and time-only attributes restrict the element to apply to a single player or set of times through a repeated section, respectively.
Java class for sync complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sync">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{}sync-type" />
<attribute name="latency" type="{}milliseconds" />
<attribute name="player" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="time-only" type="{}time-only" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the latency property.Gets the value of the player property.Gets the value of the timeOnly property.getType()Gets the value of the type property.voidsetLatency(BigInteger value) Sets the value of the latency property.voidSets the value of the player property.voidsetTimeOnly(String value) Sets the value of the timeOnly property.voidSets the value of the type property.
-
Field Details
-
type
-
latency
-
player
-
timeOnly
-
-
Constructor Details
-
Sync
public Sync()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
SyncType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSyncType
-
getLatency
Gets the value of the latency property.- Returns:
- possible object is
BigInteger
-
setLatency
Sets the value of the latency property.- Parameters:
value- allowed object isBigInteger
-
getPlayer
Gets the value of the player property.- Returns:
- possible object is
Object
-
setPlayer
Sets the value of the player property.- Parameters:
value- allowed object isObject
-
getTimeOnly
Gets the value of the timeOnly property.- Returns:
- possible object is
String
-
setTimeOnly
Sets the value of the timeOnly property.- Parameters:
value- allowed object isString
-