You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on issue #72, I'd like to track potential progress on GTK UI on macOS. It's February 2023, I installed calf from homebrew, and the plugins work with the generic UI. I tried installing calf with GTK like so:
brew reinstall --with-gtk+ --with-cairo calf
I tried to add a plugin to one of the tracks in Ardour 7, and Ardour crashed.
After this, running brew reinstall calf (the default options) wasn't enough to keep Ardour from crashing (when trying to open a plugin, in my case I tried Calf Stereo Tools). I ran brew remove calf, removed the plugin from my Ardour session, ran brew install calf, and added Calf Stereo Tools again - then it worked.
Following up on issue #72, I'd like to track potential progress on GTK UI on macOS. It's February 2023, I installed calf from homebrew, and the plugins work with the generic UI. I tried installing calf with GTK like so:
I tried to add a plugin to one of the tracks in Ardour 7, and Ardour crashed.
Crash report
After this, running
brew reinstall calf
(the default options) wasn't enough to keep Ardour from crashing (when trying to open a plugin, in my case I tried Calf Stereo Tools). I ranbrew remove calf
, removed the plugin from my Ardour session, ranbrew install calf
, and added Calf Stereo Tools again - then it worked.https://github.com/david0/homebrew-audio#lv2-plugin-uis is probably why the GTK UI isn't working with the official Ardour build. You can't mix two GTK builds in a single running process.
That's all I know for now. I'd love to have the full Calf UI available, let's keep this issue for tracking interest and progress.
The text was updated successfully, but these errors were encountered: