-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1613f27
commit fb29b93
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -50,7 +53,7 @@ allprojects { | |
and: | ||
```gradle | ||
dependencies { | ||
implementation 'com.github.billthefarmer:mididriver:v1.18' | ||
implementation 'com.github.billthefarmer:mididriver:v1.20' | ||
} | ||
``` | ||
|
||
|