billthefarmer / mididriver

Android midi driver using Sonivox EAS library
176 stars 52 forks source link

various updates #31

Closed TacoTheDank closed 5 years ago

TacoTheDank commented 5 years ago

files changed are separated by their location (by commit)

some readme changes gradles to 28 java 1.8 compatibility perhaps pulled latest libraries from https://android.googlesource.com/platform/external/sonivox/+/master/arm-wt-22k/

billthefarmer commented 5 years ago

Thank you. Because the changes you have made to mididriver/library/jni have broken it I will merge this to a branch and fix it before merging to master. There are various bits in the Sonivox sources that have to be commented out because they reference include files not distributed in the NDK. Because it's normally built with the android build system. Also the ARM assembler sources won't compile with the latest NDK because it doesn't have the GCC assembler any more, so the build script doesn't include them.

billthefarmer commented 5 years ago

I added some dummy include files rather than editing the sources again.

TacoTheDank commented 5 years ago

alright, thank you :)

ghost commented 5 years ago

Say, what happened here...?

TacoTheDank commented 5 years ago

a merge