<div dir="ltr">I've been looking through the JUCE source and I can't find anything regarding the AU resizing flag. I'll ask on the Juce list. I'll let you know what they get back to me with. </div><div class="gmail_extra"><br><div class="gmail_quote">On 6 April 2016 at 19:10, Robin Gareus <span dir="ltr"><<a href="mailto:robin@gareus.org" target="_blank">robin@gareus.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 04/06/2016 08:01 PM, Rory Walsh wrote:<br>
> Thanks Robin, Tomorrow I will try clicking on the plugin window, and then<br>
> resizing. Manually resizing the plugin would be a reasonable word around<br>
> for now. I'll let you know.<br>
<br>
</span>I've just checked the source.<br>
<br>
If the Cocoa View of your plugin GUI has<br>
   autoresizingMask<br>
set to anything other than UIViewAutoresizingNone, the view will send<br>
events and Ardour's container will resize accordingly.<br>
<br>
If not, the initial size of the AU view (when first mapped) will be used<br>
throughout.<br>
<br>
see<br>
<a href="https://github.com/Ardour/ardour/blob/master/gtk2_ardour/au_pluginui.mm#L460" rel="noreferrer" target="_blank">https://github.com/Ardour/ardour/blob/master/gtk2_ardour/au_pluginui.mm#L460</a><br>
 and below  as well as the "auViewResized" observer.<br>
<br>
<br>
Keep it coming. Csound in Ardour is very cool. I only wish it was LV2 on<br>
all platforms!<br>
<br>
HTH,<br>
<div class="HOEnZb"><div class="h5">robin<br>
_______________________________________________<br>
ardour-dev mailing list<br>
<a href="mailto:ardour-dev@lists.ardour.org">ardour-dev@lists.ardour.org</a><br>
<a href="http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org" rel="noreferrer" target="_blank">http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org</a><br>
</div></div></blockquote></div><br></div>