Groovy Documentation

groovy.aprint.transform
[Groovy] Class Track

java.lang.Object
  groovy.aprint.transform.Track

class Track
extends java.lang.Object

Track on an instrument scale, reference to a track, handling the track index and remember the origin scale


Property Summary
int no

org.barrelorgandiscovery.scale.Scale s

 
Method Summary
boolean isDrum()

Return if the track is a drum @return

boolean isNote()

return if the track is a note @return

Track[] to(int other)

Create a track range, from the given track to the other one

java.lang.String toString()

Dump the object to a string

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

no

int no


s

org.barrelorgandiscovery.scale.Scale s


 
Method Detail

isDrum

boolean isDrum()
Return if the track is a drum
Returns:


isNote

boolean isNote()
return if the track is a note
Returns:


to

Track[] to(int other)
Create a track range, from the given track to the other one


toString

java.lang.String toString()
Dump the object to a string


 

Groovy Documentation