Hotpot.ai

Results 3 comments of Hotpot.ai

Did you find a fix for this? We're running into this issue as well. To make this easier for @claviska to debug, the bug also appears on the minicolors demo...

to be clear, the mapping does exist in config.xml. we invoke the code with: ``` LowLatencyAudio.preloadFX( GUESS_RIGHT_SOUND, GUESS_RIGHT_SOUND); LowLatencyAudio.preloadFX( GUESS_WRONG_SOUND, GUESS_WRONG_SOUND); ``` we have also tried PGLowLatencyAudio instead of LowLatencyAudio,...

Found the answer: make sure the plugin source classes have their "target membership" include the right applications. This wasn't happening by default for some reason for this plugin.