VortexCoyote / leraine-studio

A cross-platform portable open-source VSRG chart editor written in C++ with SFML.
Mozilla Public License 2.0
14 stars 6 forks source link

Exception when creating a new chart without selecting an audio file. #45

Open UnnamedOrange opened 3 years ago

UnnamedOrange commented 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.

https://github.com/VortexCoyote/leraine-studio/blob/a173c78c92034c9331c2ec0dd7db3e30442d439b/source/modules/audio-module.cpp#L152