Adding Audio Unit v2 version of the JackTrip Audio Bridge#1428
Merged
mikedickey merged 2 commits intodevfrom Jun 20, 2025
Merged
Adding Audio Unit v2 version of the JackTrip Audio Bridge#1428mikedickey merged 2 commits intodevfrom
mikedickey merged 2 commits intodevfrom
Conversation
d5f33bd to
6b3ff5e
Compare
Updated packaging to include Audio Unit for OSX, and share resources with the VST3 plugin. Both plugins now share a common AudioBridgeProcessor class that implements more of the plugin-oriented functionality. A v3 audio unit version is also included in the src/auv3 directory, but it is not currently working. It's extremely difficult to get MacOS to recognize these app extensions, and there seems to be no documentation or debugging tools available. Getting it to work is going to require a lot more trial and error hacking than I have time for right now, and there appears to be few -- if any -- real benefits to using v3. And at least according to the AIs, many hosts don't even support v3 yet.
6b3ff5e to
1f38154
Compare
Closed
This allows sandboxed applications to work properly on OSX, and is required for the Audio Unit version of Audio Bridge to work within tightly sandboxed host applications, such as Logic Pro Bumping version to 2.7.0-beta2 and updated changelog for release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated packaging to include Audio Unit for OSX, and share resources with the VST3 plugin. Both plugins now share a common AudioBridgeProcessor class that implements more of the plugin-oriented functionality.
A v3 audio unit version is also included in the src/auv3 directory, but it is not currently working. It's
extremely difficult to get MacOS to recognize these app extensions, and there seems to be no documentation or debugging tools available. Getting it to work is going to require a lot more trial and error hacking than I have time for right now, and there appears to be few -- if any -- real benefits to using v3. And at least according to the AIs, many hosts don't even support v3 yet.