Skip to content

6.1.0 (Alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@JujuAdams JujuAdams released this 04 Sep 12:14
· 53 commits to dev-6.1 since this release
  • Adds samePriorityInterrupt parameter to duckers. This value defaults to true which is the legacy behaviour. If this value is set to false then voices with the same priority will not interrupt each other and can play concurrently (but voices with a higher priority will still duck voices with a lower priority)
  • Adds support for sounds (but not other pattern types yet) to be played on an emitter that has been registered with VinylRegisterEmitter(). This is helpful if you'd like to play specific sounds through an emitter with an attached effects bus
  • Adds an optional pause parameter to VinylFadeOut(). If set to true, a voice will pause instead of stop when faded out. Resuming playback can be done with VinylSetPause(). Please note that resuming playback will not fade in the voice and you'll have to do that manually
  • Fixes JSON import not supporting strings for sound asset names
  • Adds some extra error checking for JSON import