Bug Report VST2 crashing because of the 10 channel configuration

Youlean

New Member
Hi I am the developer behind Youlean Loudness Meter 2: https://youlean.co/download-youlean-loudness-meter/

Recently I have added support for 10 channels configuration in my plugin and this crashes the OBS.
I did look at the code and it seems that the OBS only provides 6 channels buffers to the plugin.

Unfortunately, I can not make an exception for OBS since it does not respond to audioMasterGetProductString callback, so I can not know that the plugin is running inside the OBS.

The fix would be to add effSetSpeakerArrangement call, and/or audioMasterGetProductString.

Let me know if I can help more.
 

Attachments

  • OBS Crash log.txt
    38.9 KB · Views: 16
Top