mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-15 06:05:55 -06:00
[GH-ISSUE #9] VSTs crashing on macOS OBS Studio #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/airwindows#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alkasm on GitHub (Jan 13, 2020).
Original GitHub issue: https://github.com/airwindows/airwindows/issues/9
Hey Chris,
OBS (Open Broadcaster Software) that many people use to stream and record video for online video content has (limited) support for VST 2.x plugins. OBS Studio recognizes Airwindows plugins (they should be installed/simlinked in
/Library/Audio/Plug-Ins/VST/, that is, relative to root, not relative to the home as in~/Library/Audio/Plug-Ins/VST/) but crashes and won't load the UI for the handful of plugins I tried on my computer (Console4 being the first I tried).I am on macOS 10.14.6 (18G103) and OBS Studio 24.0.6 (64 bit).
Steps to repro:
/Library/Audio/Plug-Ins/VST/Console4Channel)Highpass2)The general pattern here works for me regardless of what plugins I select---the first won't open the VST UI, and then whenever switching to another VST, OBS Studio crashes.
On a wiki page on OBS's GitHub, they list some example tested free VSTs here: https://github.com/obsproject/obs-studio/wiki/Filters-Guide#vst-plugin. I tried a handful of the free Melda Productions VSTs with no problems.
As OBS is also freeware, I figured it might be up your alley to investigate if possible. Since it's not clear where the problem lies, I am also opening up an issue on OBS's GitHub.
Thanks!