I exported my plugin as an AU for Logic and a few issues cropped up:
- The font I used isn’t applied. Does the font file need to be in a particular directory relative to the exported plug-in?
- Initially invisible windows never display.
For the second, this is the sort of thing that I’m doing:
kFeedback_window_button, kTrig_feedback_window_button cabbageGetValue "feedback_window_button"
cabbageSet kTrig_feedback_window_button, "feedback_window", sprintfk("visible(%d)", kFeedback_window_button)
Thank you!