Trevor Natiuk

Results 7 comments of Trevor Natiuk

#322 should fix these issues.

If we split STDOUT and STDERR for efficiency of knowing which tests fail (for example, in a particularly large test suite), it’s much more convenient to send only the test...

Via [std::cerr on cppreference](https://en.cppreference.com/w/cpp/io/cerr): _"In addition, std::cerr.tie() returns &[std::cout](http://en.cppreference.com/w/cpp/io/cout) (same for wcerr and [std::wcout](https://en.cppreference.com/w/cpp/io/cout)), meaning that any output operation on std::cerr first executes [std::cout](http://en.cppreference.com/w/cpp/io/cout).flush() (via [std::basic_ostream::sentry](https://en.cppreference.com/w/cpp/io/basic_ostream/sentry)'s constructor)"_

Combined with the changes from #280, it appears that naming the directory the same as the library lets things work. Otherwise, the warning is thrown ("WARNING... Installed library named has...

I got it to work on Windows, but I had to name the directory of my library with the same name as the library name itself. Otherwise, it was unable...

Update: The issue is resolved when I turn off extracting timestamps. Here is an example timestamps file: [Star Trek VI꞉ The Undiscovered Country (1991)_timestamps.txt](https://github.com/staxrip/staxrip/files/9562420/Star.Trek.VI.The.Undiscovered.Country.1991._timestamps.txt) As you can see, the last...

[VGMTrans](https://github.com/vgmtrans/vgmtrans) can export the .sseq files as MIDI.