Re: [PD] Deken filename too long for certain filesystems (ecryptfs on ext4)

2022-04-09 Thread Alexandre Torres Porres
my library name is longer than it should be but the "extra" stuff only counts 37 characters (beta45_with_live_electronics_tutorial) and next release should also include the apple silicon extension I was thinking of a separate batch for double precision cheers Em sáb., 9 de abr. de 2022 às

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Alexandre Torres Porres
It's fine Roman, thanks for the clarification ;) I like that it looks bigger now! Perhaps we can make Pd remember the last window size and keep it. It seems that if you adjust, it gets lost. cheers Em sáb., 9 de abr. de 2022 às 18:12, Roman Haefeli escreveu: > > > On Sat, 2022-04-09 at 15:48

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Lucas Cordiviola
@Dan pdfontloader is working ok for our needs. We have the following: `pure-data/msw/pdprototype.tgz` has an "tcl/tk-85-i386" dll and `pure-data/msw/pdfontloader-64bit-for-wish86.zip` has an "tcl/tk-86-amd64" dll They get extracted accordingly on Miller's builds. It also works when

[PD] Deken filename too long for certain filesystems (ecryptfs on ext4)

2022-04-09 Thread Roman Haefeli
Hey all While trying to install the most recent version of ELSE, Deken simply reported: "Download failed". I then tried to download with wget which succeeded, but the resulting file was named (125 characters):

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Roman Haefeli
On Sat, 2022-04-09 at 15:48 -0300, Alexandre Torres Porres wrote: > > The issue now is a different one and it is that the display seems to > be different. Before, a font size of 12 did fit nicely, now it > doesn't. At least that's what I perceived, but I might be wrong and > was actually

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Dan Wilcox
I would say that you probably shouldn't make a layout that expects a specific console width or font size... it can always be different. But on the other hand, that is only a suggestion. :) > On Apr 9, 2022, at 8:48 PM, Alexandre Torres Porres wrote: > > Em sáb., 9 de abr. de 2022 às 14:07,

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Dan Wilcox
Didn't you and IOhannes discuss this ad nauseam on GitHub? In any case, I believe the console font can now be set by the Edit->Font dialog when the Pd window is in focus. By default, I imagine it uses the default font size you yourself changed with in Pd: 12. Since you can easily change this

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Alexandre Torres Porres
while we're at it. I also see a difference in the console font for 0.52-2. I'm on mac and it's using menlo normal as before. The thing is that the text looks bigger and the text I print on the terminal when loading my 'else' external doesn't really fit as before. I was able to change the console

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Dan Wilcox
Howdy Windows peeps, I wonder if the pdfontloader needs to be recompiled for TK 8.6+. I believe the build distributed with Pd on Windows was built for Tk 8.5. > On Apr 9, 2022, at 12:42 PM, Dan Wilcox wrote: > > The font detection & loading looks like it's working fine via our custom >

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread Dan Wilcox
The font detection & loading looks like it's working fine via our custom pdfontloader: https://github.com/pure-data/pdfontloader The font on Windows and Linux has always been bold:

Re: [PD] Pd 52.2 different font in console?

2022-04-09 Thread rolfm
@Dan i gave you incomplete debug info, should be this: pdfontloader loaded DejaVuSansMono.ttf pdfontloader loaded DejaVuSansMono-Bold.ttf pdfontloader loaded DejaVuSansMono-Oblique.ttf pdfontloader loaded DejaVuSansMono-BoldOblique.ttf 'pd-gui' connecting to 'pd' on localhost 5331 ...