tripulse / vsp

Simple and lightweight audio visualiser.
GNU General Public License v3.0
5 stars 0 forks source link

Dysfunctioning on Windows #1

Closed tripulse closed 3 years ago

tripulse commented 3 years ago

It was built through MSYS2 MinGW 64-bit, --list-devices detects the available devices.

Outputs std::exception two times on the console and exits, which indicates some kind of exception is thrown. .what() method does not show any description of the error at all, perhaps it is supposed to behave like so or because of some environment configuration it suppresses additional message.


I strongly believe that the project should be rewritten in C, and Lua binding for making visualizations.