2013-11-02 00:16:14 +00:00
|
|
|
Categories:Multimedia
|
2013-05-29 14:36:08 +00:00
|
|
|
License:GPLv3
|
|
|
|
Web Site:https://github.com/billthefarmer/melodeon/wiki
|
|
|
|
Source Code:https://github.com/billthefarmer/melodeon
|
|
|
|
Issue Tracker:https://github.com/billthefarmer/melodeon/issues
|
|
|
|
|
2013-07-10 13:52:33 +00:00
|
|
|
Auto Name:Melodeon
|
2013-05-29 14:36:08 +00:00
|
|
|
Summary:Melodeon emulator for tablets
|
|
|
|
Description:
|
2014-02-02 18:43:11 +00:00
|
|
|
Emulates a one row melodeon or a one and a half rown organetto.
|
2013-07-10 13:52:33 +00:00
|
|
|
There is a choice of midi intruments and keys.
|
2013-05-29 14:36:08 +00:00
|
|
|
|
2013-07-10 13:52:33 +00:00
|
|
|
* 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
|
2013-05-29 14:36:08 +00:00
|
|
|
|
|
|
|
Uses undocumented built in Sonivox midi synthesizer for midi audio output.
|
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/billthefarmer/melodeon
|
|
|
|
|
2013-07-27 10:00:34 +00:00
|
|
|
Build Version:1.0,1,v1.0,\
|
2013-07-10 13:52:33 +00:00
|
|
|
extlibs=arch-arm/libsonivox.so,\
|
2013-10-21 15:34:40 +00:00
|
|
|
scanignore=libs/libsonivox.so,\
|
2013-07-27 10:00:34 +00:00
|
|
|
build=mkdir -p ndk-r8e/toolchains/ && \
|
|
|
|
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 |\
|
|
|
|
xargs -0 cp -r -t ndk-r8e/ && \
|
|
|
|
cp -r $$NDK$$/toolchains/arm-linux-androideabi-4.6/ ndk-r8e/toolchains/ && \
|
2013-07-10 13:52:33 +00:00
|
|
|
mv libs/libsonivox.so ndk-r8e/platforms/android-14/arch-arm/usr/lib/ && \
|
|
|
|
./ndk-r8e/ndk-build && rm -rf ndk-r8e/,\
|
|
|
|
buildjni=no
|
2013-05-29 14:36:08 +00:00
|
|
|
|
|
|
|
Auto Update Mode:None
|
|
|
|
Update Check Mode:Tags
|
|
|
|
Current Version:1.0
|
|
|
|
Current Version Code:1
|
2013-07-10 13:52:33 +00:00
|
|
|
|