No description
This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2016-12-31 13:05:06 -08:00
assets big update, light switch in top navigation, bug fixes, LOTS of mobie work - almost there 2016-11-20 13:15:24 -08:00
mobile [Android 7.0+] Support playing music in split screen mode 2016-12-31 13:05:06 -08:00
web minor styling 2016-12-29 21:33:36 -08:00
.gitignore WIP - everything is FUBAR: splitting stylesheets, splitting directories for future mobile work 2016-10-07 15:28:33 -07:00
README.md [Android 7.0+] Support playing music in split screen mode 2016-12-31 13:05:06 -08:00

Huegasm

Music awesomeness for hue lights.

It lives at http://www.huegasm.com

Current priorities

  • create a hybrid app with Cardova

SIGNING

/ember-cordova/platforms/android/release-signing.properties: storeFile=huegasm.keystore storeType=jks keyAlias=huegasm keyPassword=... storePassword=...

keytool -genkey -v -keystore huegasm.keystore -alias huegasm -keyalg RSA -keysize 2048 -validity 10000

LE MONKEY PATCHES

  • webView.setVerticalScrollBarEnabled(true);

  • @Override public void handleStop() { if (!isInitialized()) { return; }

    sendJavascriptEvent("stop");

    pluginManager.onStop(); }

  • channel.onStop = cordova.addDocumentEventHandler('stop');

  • case 'stop':

Just search for 'pause' and add the same type of event stuff for 'stop'. This is needed for properly split screening Huegasm with other apps.

POSSIBLE FUTURE FEATURES

  • decode the hue color better
  • better visualizations
  • beat settings by interval
  • auto beat detection mode
  • display player time when hovering over seek bar