Skip to content

Commit

Permalink
sfizz is based on files, not assets. Use new file resource loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Feb 8, 2021
1 parent 1428f1a commit c91ccb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions aap-sfizz/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
android:name="org.androidaudioplugin.AudioPluginService#Extensions"
android:value="org.androidaudioplugin.lv2.AudioPluginLV2ServiceExtension"
/>
<meta-data
android:name="org.androidaudioplugin.lv2.AudioPluginLV2ServiceExtension#ResourceFromFile"
android:value="true"
/>
</service>
</application>
</manifest>

0 comments on commit c91ccb1

Please sign in to comment.