JustAddMusic
JustAddMusic copied to clipboard
AudioData is not generated if there is no ontick handler
In the case where the developer wants to use audioData in an existing tick, instead of passing in an ontick handler, the audio data does not get generated.
An ontick must be set to a non-null value in order for the audioData to get populated. Not sure the best solution, maybe a manual` property on the config object or on the instance?