JustAddMusic icon indicating copy to clipboard operation
JustAddMusic copied to clipboard

AudioData is not generated if there is no ontick handler

Open lannymcnie opened this issue 8 years ago • 0 comments

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?

lannymcnie avatar Oct 25 '17 02:10 lannymcnie