All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.audio.MusicScore
- public interface MusicScore
- extends ExtendedAudioSpec
This is an interface which defines methods that abstract
the usage of a collection of MusicParts which typically
make up the collection of instruments that play a music score.
-
getPart(int)
- This method returns the MusicPart responsible for a given part in
the score.
-
getPartCount()
- This method returns the number of parts.
getPartCount
public abstract int getPartCount() throws QTException
- This method returns the number of parts.
- Returns:
- the number of parts
getPart
public abstract MusicPart getPart(int part) throws QTException
- This method returns the MusicPart responsible for a given part in
the score.
- Parameters:
- part - the part number of the required note channel
- Returns:
- the MusicPart.
All Packages Class Hierarchy This Package Previous Next Index