Mario Guggenberger

Results 125 comments of Mario Guggenberger

Thank you for this greatly described and documented issue description. I understand the issue and this is certainly something that could be improved. I am not sure yet whether AudioAlign...

Hi! Yes, this is possible (with a limitation *). You basically need to use alignment mode `all`, and have fine granular matching points that are as close to the silence...

Thanks for reporting. Unfortunately, this is a bug in the library used for plotting the graph, and there seems to be no solution yet: https://github.com/oxyplot/oxyplot/issues/1269 Your screen capture also shows...

Thank you, you're right, the version was set to 2.0 (it still worked on most tested devices). Increasing to v3 (it is not possible to explicitly request minor versions) makes...

On the Pixel phone, it seems that `LoadIdlePreset()` fails in the init function (exception message is unfortunately just `std::exception`). I traced it to a failing member initialization at https://github.com/projectM-visualizer/projectm/blob/50c64d4e653a9f6dcb97f59f377b8796eed278fe/src/libprojectM/MilkdropPreset/MilkdropPreset.cpp#L47-L56 but...

Further pinned it down to `m_motionVectors` -> `m_presetState` -> `globalMemory`, where it seems to fail at the `projectm_eval_memory_buffer_create()` call.

Fixed with update from 4.1.2 to 4.1.3, thank you!

> It would be very helpful if you could provide the name of the preset you're displaying here! Here are two example presets between which this issue happened (from the...

The Android GPU Inspector linked above only supports [selected phones](https://developer.android.com/agi/supported-devices). Nvidia provides its own toolkit for Android, "CodeWorks for Android" containing "Nsight Graphics 2019.3.0" with a frame debugger, but I...

> * Add output or logging [in this catch block here](https://github.com/projectM-visualizer/projectm/blob/b658cccf05d018e48eee04ae75dfb88fae4d849a/src/libprojectM/Renderer/TransitionShaderManager.cpp#L55) and log the return value of the exception's `what()` method Unfortunately, this doesn't help - there's no exception thrown...