Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jan 22, 2021
1 parent 1613f27 commit fb29b93
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ libutils and libcutils. The ARM versions have been build with the
assembler source files.

## Load DLS soundfont files
I have attempted to add code to load DLS soundfont files, which I have not been able to get working.
The code is in the [DLS branch](https://github.com/billthefarmer/mididriver/tree/DLS) and the
relevent issue is [Costum soundfont is possible?](https://github.com/billthefarmer/mididriver/issues/21).

If anyone would like to take this up and attempt to get it working that would be much appreciated. I
know Google know how it works because they have fixed a bug in it...
I have attempted to add code to load DLS soundfont files, which I have
not been able to get working. The code is in the [DLS
branch](https://github.com/billthefarmer/mididriver/tree/DLS) and the
relevent issue is [Costum soundfont is
possible?](https://github.com/billthefarmer/mididriver/issues/21).

If anyone would like to take this up and attempt to get it working
that would be much appreciated. I know Google know how it works
because they have fixed a bug in it...
```
Author: Eric Laurent <[email protected]>
Date: Thu May 14 09:10:40 2015 -0700
Expand Down Expand Up @@ -50,7 +53,7 @@ allprojects {
and:
```gradle
dependencies {
implementation 'com.github.billthefarmer:mididriver:v1.18'
implementation 'com.github.billthefarmer:mididriver:v1.20'
}
```

Expand Down

0 comments on commit fb29b93

Please sign in to comment.