gskinner / gskinner/JustAddMusic
AudioData is not generated if there is no ontick handler
Open
- Dominant language
- JavaScript
- Stars
- 40
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.