fix org.billthefarmer.melodeon
This commit is contained in:
parent
cce3f5dca3
commit
a0614b71ca
|
@ -4,14 +4,16 @@ Web Site:https://github.com/billthefarmer/melodeon/wiki
|
|||
Source Code:https://github.com/billthefarmer/melodeon
|
||||
Issue Tracker:https://github.com/billthefarmer/melodeon/issues
|
||||
|
||||
Auto Name:Melodeon
|
||||
Summary:Melodeon emulator for tablets
|
||||
Description:
|
||||
Emulates a one row melodeon or a one and a half rown organetto. There is a choice of midi intruments and keys.
|
||||
Emulates a one row melodeon or a one and a half rown organetto.
|
||||
There is a choice of midi intruments and keys.
|
||||
|
||||
* Keys: Eb, Bb, F, C, G, D, A
|
||||
* Instruments: Standard midi set, defaults to accordion
|
||||
* Choice of one row melodeon layout and one and a half row organetto layout
|
||||
* Choice of fascia images
|
||||
* Keys: Eb, Bb, F, C, G, D, A
|
||||
* Instruments: Standard midi set, defaults to accordion
|
||||
* Choice of one row melodeon layout and one and a half row organetto layout
|
||||
* Choice of fascia images
|
||||
|
||||
Uses undocumented built in Sonivox midi synthesizer for midi audio output.
|
||||
.
|
||||
|
@ -19,9 +21,16 @@ Uses undocumented built in Sonivox midi synthesizer for midi audio output.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/billthefarmer/melodeon
|
||||
|
||||
Build Version:1.0,1,v1.0,buildjni=yes,prebuild=cp ../extlib/arch-arm/libsonivox.so $$NDK$$/platforms/android-14/arch-arm/usr/lib
|
||||
Build Version:1.0,1,v1.0,\
|
||||
extlibs=arch-arm/libsonivox.so,\
|
||||
scanignore=build/org.billthefarmer.melodeon,\
|
||||
build=mkdir -p ndk-r8e/ && cp -r $$NDK$$/* ndk-r8e/ && \
|
||||
mv libs/libsonivox.so ndk-r8e/platforms/android-14/arch-arm/usr/lib/ && \
|
||||
./ndk-r8e/ndk-build && rm -rf ndk-r8e/,\
|
||||
buildjni=no
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
||||
|
|
Loading…
Reference in a new issue