<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt">Hi Alex,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">As Iohannes kindly replied when I last brought this up, there is now a solution for this:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Put a file named "mypdwindowgeometry-plugin.tcl" (the base-name does not<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">matter but it *must* end with "-plugin.tcl") with the following content<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">into your Pd-searchpath (without the backticks):<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">```<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">if {[winfo exists .pdwindow]} {<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">        wm geometry .pdwindow  =538x300+0+458<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">}<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">```<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Change those four values to match your desired console window size and placement.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Best,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Phil Stone<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">UC Davis<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">----------------------------------------------------------------------<br>
<br>
>Date: Sat, 9 Apr 2022 20:46:07 -0300<br>
>From: Alexandre Torres Porres <porres@gmail.com><br>
>To: Roman Haefeli <reduzent@gmail.com><br>
>Subject: Re: [PD] Pd 52.2 different font in console?<br>
>Message-ID:<br>
        <CAEAsFmhbsDq6-2nK=s+PfX26n=ywxsz-TPnooJvBAFJqx01VzQ@mail.gmail.com><br>
<br>
>[…]<br>
<br>
>Perhaps we can make Pd remember the last window size and keep it. It seems<br>
>that if you adjust, it gets lost.<br>
<br>
>cheers<br>
****************************************<o:p></o:p></span></p>
</div>
</div>
</body>
</html>