MidiScoreView的传统打分界面,只支持普通打分SingIntonationViewer的现代化打分界面,支持更炫的效果,支持五维打分和普通打分MidiScoreView组件:<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.tme.ktv.midi.MidiScoreView
android:id="@+id/midi_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="130dp"/>
</FrameLayout>MidiScoreView并设置Activity: