-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will these plugins support the AU(Audio Units) format in the future? #5
Comments
Hi, hugojing. It will not likely in near future, but there's a possibility. In LV2Plugins repository, I use DPF to make plugins. Several issues and pull requests are opening at DPF repository in regards to AU plugin support. When that's finished, I might be able to build AU plugins through GitHub Actions or other CI service. Keep in mind that I don't have Mac, so I can't actively support AU plugins for now. |
Glad to hear that! Thanks for your kind attention. |
Hello, ryukau! Is building the AU version still a problem? I was so excited to try your plugins but I would love to do so in the DAW I use... If you are still using DPF then I guess there is no way around it, since they up to this day do not support AU ╥_╥ |
Hi, @dahaca. It seems like VST 3 SDK have some wrapper for AU. So it might be possible to build AU from this repository by modifying some CMake files. I still don't have mac, so I can't actively add AU support for now. Patches are welcome. However AU wrapper is reported not working on current VST 3 SDK (3.7.7). The link in the issue below contained some information about working VST 3 SDK version, but it's not available now. I'm not sure what happened at Steinberg forum. In long term, I'm considering to port my plugins to JUCE. Current blocking issue is that JUCE discards note ID and fractional pitch ( |
@ryukau thank you for a detailed answer! I will consider donating to bring the Mac purchase closer! ;) |
No description provided.
The text was updated successfully, but these errors were encountered: