org.rubato.rubettes.bigbang.view.player
Class JSynScore
java.lang.Object
org.rubato.rubettes.bigbang.view.player.JSynScore
public class JSynScore
- extends java.lang.Object
Constructor Summary |
JSynScore(int channel,
int pitch,
int velocity)
Creates a score with just one object with the given pitch and velocity |
JSynScore(java.util.Set<BigBangObject> objects,
Form baseForm,
boolean isPlayedInTime)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JSynScore
public JSynScore(java.util.Set<BigBangObject> objects,
Form baseForm,
boolean isPlayedInTime)
JSynScore
public JSynScore(int channel,
int pitch,
int velocity)
- Creates a score with just one object with the given pitch and velocity
addObjects
public void addObjects(java.util.Set<BigBangObject> newObjects)
getObjects
public java.util.TreeSet<JSynObject> getObjects()
- Returns:
- a sorted set containing the objects of this score.
isPlayedInTime
public boolean isPlayedInTime()
contains
public boolean contains(BigBangObject bbObject)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object