DPF icon indicating copy to clipboard operation
DPF copied to clipboard

Working AU CocoaUI for DPF

Open zamaudio opened this issue 6 years ago • 3 comments

Current output of auval:

VERIFYING CUSTOM UI
Carbon View Components Available: 0

GetPropertyInfo asked for CocoaUI
GetPropertyInfo asked for CocoaUI
GetProperty asked for CocoaUI
Cocoa Views Available: 1
ERROR: Can't Create Bundle from Cocoa View Bundle URL
file://localhost/Library/Audio/Plug-Ins/Components/d_parameters.component/Contents/MacOS/d_parameters

zamaudio avatar Feb 03 '19 01:02 zamaudio

Install path for PLUGIN_DSP.component -> /Library/Audio/Plug-Ins/Components

~~Install path for PLUGIN_UI.bundle -> $(HOME)/Library/Bundles~~

UI bundle merged with main executable bundle.

zamaudio avatar Feb 03 '19 02:02 zamaudio

Above force-pushed commit detects the UI correctly

zamaudio avatar Feb 09 '19 03:02 zamaudio

The reason that the above failed CI is because DSSI UI was attempted to be built with direct access enabled.

# error DSSI UIs do not support direct access!

zamaudio avatar Sep 08 '19 01:09 zamaudio