Add MIDI playback (#6770)
* Add MIDI playback * Implement PR suggestions
This commit is contained in:
parent
c19044c063
commit
57022926c6
6 changed files with 19 additions and 4 deletions
|
|
@ -21,6 +21,8 @@ dependencyResolutionManagement {
|
|||
url = uri("https://www.jitpack.io")
|
||||
content {
|
||||
includeModule("com.github.matrix-org", "matrix-analytics-events")
|
||||
// Required transitively by androidx.media3:media3-exoplayer-midi for MIDI playback.
|
||||
includeModule("com.github.philburk", "jsyn")
|
||||
}
|
||||
}
|
||||
google()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue