Package | Description |
---|---|
auditory.described |
Modifier and Type | Method and Description |
---|---|
static Part |
PartFactory.createPart(java.io.BufferedReader in)
Create a Part object from a BufferedReader that
is reading a stream containing a string representation.
|
static Part |
PartFactory.createPart(java.lang.String filename)
Create a Part object from a file containing a
String representation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Part> |
Score.getParts()
Get the Part objects in this Score.
|
Modifier and Type | Method and Description |
---|---|
void |
Score.addPart(Part part,
java.lang.String instrument)
Add a Part to this Score.
|
java.lang.String |
Score.getInstrumentName(Part part)
Get a String representation of the instrument
for a particular Part.
|
void |
Score.removePart(Part part)
Remove a Part from this Score.
|
void |
Score.setChannel(Part part,
javax.sound.midi.MidiChannel channel)
Set the MidiChannel associated with a Part.
|