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.


Method Index

 o getPart(int)
This method returns the MusicPart responsible for a given part in the score.
 o getPartCount()
This method returns the number of parts.

Methods

 o getPartCount
 public abstract int getPartCount() throws QTException
This method returns the number of parts.

Returns:
the number of parts
 o 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