This patch changes the ScoreActivity (and the ScoreView that powers it) to use a generic MidiListener rather than the old MultiChannelSynthesizer, so that it can play with the new C++ based sound output module. The instrument selection maps to MIDI channel, which doesn't actually change instruments (the synth module is not multitimbral), but this could be made to work. Also, the score is stored in protocol buffers, and the plan is for those to go away, probably replaced by JSON, because of code size and build difficulty.master
parent
b50e3621fc
commit
599152d660
@ -1,4 +1,5 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:id="@+id/settings" android:title="@string/settings" /> |
||||
<item android:id="@+id/compose" android:title="@string/compose" /> |
||||
</menu> |
||||
|
Loading…
Reference in new issue