MV10 / monkey-droid-v1

Android and Windows GUI for the monkey-hi-hat audio viz app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monkey-droid

A simple remote-control UI for the monkey-hi-hat audio visualization app.

The Version 1.x repository has been archived. Version 2.x is a complete from-scratch rewrite.

Version 1.0.1 has been released! Install from the monkey-hi-hat release page. Requires version 1.1.0 or newer of monkey-hi-hat.

Note that this communicates with monkey-hi-hat over the local network, so you must set the UnsecuredPort option in the monkey-hi-hat mhh.conf configuration file to tell it to listen for commands via TCP.

Despite the name (we run it on our Android phones), the program is cross-platform -- it should work on Windows 10 1809 or newer, Windows 11, Android (supposedly v5 or newer, though I can only test against v13), and possibly MacOS / iOS (but I do not use, support, test on, build for, or even like Apple devices).

The program uses the .NET MAUI framework, which currently forces me to use .NET7, which unfortunately is a short-term release. At a minimum, expect an update when .NET8 is released in November 2023. MAUI support has a different lifecycle policy than .NET itself, thanks to dependencies on Android and Apple libraries.

Known issues:

  • "Busy spinner" doesn't block access to tabs / toolbar
  • Font glyphs clipped on Android (reported)
  • Font glyph poor quality on Windows (reported)
  • Android convenience: Make Util page auto-prefix command with "--"

About

Android and Windows GUI for the monkey-hi-hat audio viz app

License:MIT License


Languages

Language:C# 100.0%