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: