From 7ca11677b3826e4f169dafb86b07439537060ffb Mon Sep 17 00:00:00 2001 From: vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:16:48 +0200 Subject: initial commit --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') 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) -- cgit v1.2.3