jp.crestmuse.cmx.filewrappers
インタフェース SCC.Part

既知の実装クラスの一覧:
SCCDataSet.Part, SCCXMLWrapper.Part
含まれているインタフェース:
SCC

public static interface SCC.Part


メソッドの概要
 byte channel()
           
 void eachnote(groovy.lang.Closure c)
           
 SCC.Note[] getNoteList()
           
 SCC.Note[] getNoteOnlyList()
           
 SCC.Note[] getSortedNoteList()
           
 SCC.Note[] getSortedNoteOnlyList()
           
 java.lang.String name()
           
 int panpot()
           
 int prognum()
           
 int serial()
           
 int volume()
           
 

メソッドの詳細

channel

byte channel()

eachnote

void eachnote(groovy.lang.Closure c)
              throws javax.xml.transform.TransformerException
例外:
javax.xml.transform.TransformerException

getNoteList

SCC.Note[] getNoteList()

getNoteOnlyList

SCC.Note[] getNoteOnlyList()

getSortedNoteList

SCC.Note[] getSortedNoteList()

getSortedNoteOnlyList

SCC.Note[] getSortedNoteOnlyList()

name

java.lang.String name()

panpot

int panpot()

prognum

int prognum()

serial

int serial()

volume

int volume()