<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 14, 2009, at 8:32 PM, András Murányi wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">2009/9/15 Hans-Christoph Steiner <span dir="ltr">&lt;<a href="mailto:hans@at.or.at">hans@at.or.at</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style=""><br><div><div class="im"><br><blockquote type="cite"><div class="gmail_quote"><div>Btw I can see it's a snapshot of 2009/09/06. Do I understand right that 1) dd is being actively developed these days 2) some code from it gets its way to pd?<br> </div></div></blockquote><div><br></div></div><div>DD is GPL and Pd is BSD so code can only flow Pd-&gt;DD.</div><div class="im"><br></div></div></div></blockquote><div><br>Wow. Why?<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div style=""><div><div class="im"><blockquote type="cite"><div class="gmail_quote"><div><br>Cool. Unfortunately I've never done TCL and my C is somewhat archaic... that's why I cannot volunteer to do these. <br> </div> </div></blockquote><div><br></div></div><div>I knew nothing of Tcl before Pd. &nbsp;Its a little wierd but pretty easy.</div><div>[...]<br></div></div><div><span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div style=""> <div></div><div>----------------------------------------------------------------------------</div><div></div><div>If you are not part of the solution, you are part of the problem.</div></div></span> </div></div></blockquote> </div><br>;o) I took a look... but i cannot find many references to the console in the sources. For sure I'm missing something...<br><br>btw i have found a glitch which is when i open certain patches and hover some object the scrollbar starts rapidly dis/reappearing.<br clear="all"> <br>-- <br>Muranyi Andras<br></blockquote></div><br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div>The PD window code is all in pdwindow.tcl. &nbsp;The console log part is the 'text' widget:</div><div><br></div><div><div>&nbsp;&nbsp; &nbsp;text .pdwindow.text -relief raised -bd 2 -font {-size 10} \</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;-highlightthickness 0 -borderwidth 1 -relief flat \</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;-yscrollcommand ".pdwindow.scroll set" -width 60 \</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;-undo true -autoseparators true -maxundo -1 &nbsp; &nbsp; &nbsp; &nbsp;</div><div><br></div><div>As for the Media menu, I think it could be useful for putting your own patches on, like the&nbsp;addmypatchstomedia.tcl plugin does:</div><div><br></div><div><a href="http://puredata.info/dev/PdGuiRewriteScreenshots">http://puredata.info/dev/PdGuiRewriteScreenshots</a></div></div><div><br></div><div>.hc<br class="Apple-interchange-newline"><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div><div>----------------------------------------------------------------------------</div><div><br></div><div>Programs should be written for people to read, and only incidentally for machines to execute.</div><div>&nbsp;- from Structure and Interpretation of Computer Programs</div></span> </div><br></body></html>