Open UnnamedOrange opened 3 years ago
https://github.com/VortexCoyote/leraine-studio/blob/a173c78c92034c9331c2ec0dd7db3e30442d439b/source/modules/audio-module.cpp#L124
BASS_ChannelBytes2Seconds returns -1 when _StreamHandle is 0. Outside here there is a new.
BASS_ChannelBytes2Seconds
-1
_StreamHandle
new
https://github.com/VortexCoyote/leraine-studio/blob/a173c78c92034c9331c2ec0dd7db3e30442d439b/source/modules/audio-module.cpp#L152
https://github.com/VortexCoyote/leraine-studio/blob/a173c78c92034c9331c2ec0dd7db3e30442d439b/source/modules/audio-module.cpp#L124
BASS_ChannelBytes2Seconds
returns-1
when_StreamHandle
is 0. Outside here there is anew
.https://github.com/VortexCoyote/leraine-studio/blob/a173c78c92034c9331c2ec0dd7db3e30442d439b/source/modules/audio-module.cpp#L152