jp.crestmuse.cmx.handlers
インタフェース NoteHandlerPartwise

既知の実装クラスの一覧:
NoteHandlerAdapterPartwise

public interface NoteHandlerPartwise

The NoteHandlerPartwise interface provides a general interface for processing each note in the partwise manner. These methods are called by the processNotePartwise method defined in the MusicXMLWrapper class.
NoteHandlerPartwise$B%$%s%?!<%U%'!<%9$O(B, partwise$B$K3F%N!<%H$r=hM}$9$k$?$a$NHFMQE*$J%$%s%?!<%U%'!<%9$rDs6!$7$^$9(B. $B$3$l$i$N%a%=%C%I$O(B, MusicXMLWrapper$B%/%i%9Fb$GDj5A$5$l$F$$$k(B processNotePartwise$B%a%=%C%I$+$i8F=P$5$l$^$9(B.

バージョン:
0.10.000
作成者:
Tetsuro Kitahara

メソッドの概要
 void beginMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a measure node.
 void beginPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a part node.
 void endMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a measure node.
 void endPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a part node.
 void processMusicData(MusicXMLWrapper.MusicData md, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method finds a note node.
 

メソッドの詳細

beginPart

void beginPart(MusicXMLWrapper.Part part,
               MusicXMLWrapper wrapper)
This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a part node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B part$B%N!<%I$N=hM}$r;O$a$k;~$K8F=P$5$l$^$9(B.


endPart

void endPart(MusicXMLWrapper.Part part,
             MusicXMLWrapper wrapper)
This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a part node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B part$B%N!<%I$N=hM}$r=*$($k;~$K8F=P$5$l$^$9(B.


beginMeasure

void beginMeasure(MusicXMLWrapper.Measure measure,
                  MusicXMLWrapper wrapper)
This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a measure node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B measure$B%N!<%I$N=hM}$r;O$a$k;~$K8F=P$5$l$^$9(B.


endMeasure

void endMeasure(MusicXMLWrapper.Measure measure,
                MusicXMLWrapper wrapper)
This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a measure node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B measure$B%N!<%I$N=hM}$r=*$($k;~$K8F=P$5$l$^$9(B.


processMusicData

void processMusicData(MusicXMLWrapper.MusicData md,
                      MusicXMLWrapper wrapper)
This method is called when the MusicXMLWrapper.processNotePartwise method finds a note node. Please implement the processing for each note in this method. $B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B note$B%N!<%I$r8+$D$1$?$H$-$K8F=P$5$l$^$9(B. $B$3$N%a%=%C%I$K3F(Bnote$B$KBP$7$F9T$&=hM}$r