net.beadsproject.beads.play
Class SongGroup
java.lang.Object
net.beadsproject.beads.play.SongGroup
public class SongGroup
- extends java.lang.Object
The Class SongPartGroup.
Constructor Summary |
SongGroup(java.lang.String name)
Instantiates a new song part group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SongGroup
public SongGroup(java.lang.String name)
- Instantiates a new song part group.
- Parameters:
context
- the contextinouts
- the inouts
add
public void add(SongPart sp)
remove
public void remove(SongPart sp)
contains
public boolean contains(SongPart sp)
parts
public java.util.ArrayList<SongPart> parts()
getPartVisibility
public boolean getPartVisibility(SongPart sp)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
toString
public final java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
setFlipQuantisation
public void setFlipQuantisation(int flipQuantisation)
getFlipQuantisation
public int getFlipQuantisation()