diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-08-23 03:16:48 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2024-08-23 03:16:48 +0200 |
commit | 7ca11677b3826e4f169dafb86b07439537060ffb (patch) | |
tree | f3f0380090aecc413a91538f26e14f043891b59c /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e073bad --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Hexiano to ALSA + +This very simple C program makes a virtual ALSA midi device from the +Hexiano android app + +## How it works + +It listens for Hexiano logs on the android debug bridge, before using +this program you'll have to set up the android debug bridge, once +done you should be able to run `adb logcat` and see everything that's +happening on your mobile device including the Hexiano events, this +software basically launches the same command to see what's going on, +if your command to access the logs is something else than +`adb logcat` on your system please change the source code accordingly + +## How to compile + +`cc -o hexmidi main.c -lasound` + +Replace hexmidi with whatever executable name you'd like + +Get Hexiano here +https://f-droid.org/en/packages/org.gitorious.jamesjrh.isokeys/ + +(you will require an older android device to run the App) |