orsjb / HappyBrackets

HappyBrackets is an audio-focused library and toolkit for creative coding for the internet of things.
Apache License 2.0
36 stars 3 forks source link

Cannot load Renderer from startup script #84

Closed orsjb closed 3 years ago

orsjb commented 3 years ago

The code that loads an HBAction from the startup script does not handle Renderers.

ERROR net.happybrackets.device.HB - Unable to cast Object into HBAction! java.lang.ClassCastException: SpeechBubble.SpeechBubble cannot be cast to net.happybrackets.core.HBAction at net.happybrackets.device.HB.attemptHBActionFromClassName(HB.java:1305) at net.happybrackets.device.DeviceMain.main(DeviceMain.java:136)