Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Dan Wilcox
You can set the font using -font-family on the command line. Also, I wouldn’t take that approach as Pd packages on Linux distros *should* have DejaVu Sans Mono as a dependency. If they don’t, the problem lies with the packaging and not with Pd. enohp ym morf tnes --- Dan Wilcox

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Christof Ressi
v0.48 According to the release notes (http://msp.ucsd.edu/Pd_documentation/x5.htm#s1), the font handling changes have been introduced in 0.48-1. Christof On 28.01.2022 15:04, Pierre Alexandre Tremblay wrote: Oh this is good - now I presume many other patches one someone’s machine will look

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Pierre Alexandre Tremblay
Oh this is good - now I presume many other patches one someone’s machine will look awful if their Linux doesn’t find the font, so I shouldn’t feel too bad. I’ll make sure they look decent with what I can expect from v0.48 Thanks! > On 28 Jan 2022, at 13:32, Dan Wilcox wrote: > > Check the

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Dan Wilcox
Check the actual font used by setting Log level 4 All and compare "detected font" with "using font." On Linux, Pd doesn't include the font itself, so it relies on DVSM being installed to the system and Tk finding it when the GUI opens. If it can't find DVSM, it reverts to a series of backup

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Pierre Alexandre Tremblay
Thanks Dan for this comprehensive reply. > Pd tries to use the same standard font across all platforms as of around 0.48 > or 0.49. In 0.52, we now included the italic and bold versions of DejaVu Sans > Mono as well. Highly appreciated. > The result is that if you make a patch on one system

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Dan Wilcox
Oh, one thing I've forgotten about: the default font is bold on Windows and Linux which normal weight on macOS. This is historical but I believe is also due to the font rendering on macOS using antialiasing which gives the normal font a similar draw size as the bold fonts on the other

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Dan Wilcox
Pd tries to use the same standard font across all platforms as of around 0.48 or 0.49. In 0.52, we now included the italic and bold versions of DejaVu Sans Mono as well. On macOS, we use a DVSM derivative, Menlo, which is included on the system itself. Details are here:

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread Pierre Alexandre Tremblay
> i compiled pd from source and yes, i'm using jack. Same here - it works-ish and is simpler to do than SC for sure - so thanks to whomever wrote the compile instructions. >> I’m new to Linux and it is quite chronophage :) > i'm always hoping it trades some knowledge for the time spent. :)

Re: [PD] A quick question - a bug or me?

2022-01-28 Thread ub
On 27.01.22 22:31, Pierre Alexandre Tremblay wrote: This is good news! I’m curious, did you compile Pd or was there a binary somewhere? If so, do you use jack or another audio driver? i compiled pd from source and yes, i'm using jack. I’m new to Linux and it is quite chronophage :) i'm

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread Pierre Alexandre Tremblay
Ok thanks. Indeed the Pd, sorry for that! If they run fine then I’ll consider it done and continue to plough with the other 70 helpfiles to do :) > On 27 Jan 2022, at 21:54, Roman Haefeli wrote: > > On Thu, 2022-01-27 at 20:59 +, Pierre Alexandre Tremblay wrote: >> Sorry - they are all

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread Roman Haefeli
On Thu, 2022-01-27 at 20:59 +, Pierre Alexandre Tremblay wrote: > Sorry - they are all here: > > https://github.com/flucoma/flucoma-sc/releases/tag/nightly > You probably meant the Pd link, not SC: https://github.com/flucoma/flucoma-pd/releases/tag/nightly I'm sorry that I'm not much of

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread Pierre Alexandre Tremblay
This is good news! I’m curious, did you compile Pd or was there a binary somewhere? If so, do you use jack or another audio driver? I’m new to Linux and it is quite chronophage :) p > On 27 Jan 2022, at 21:27, ub wrote: > > hello, > > > > all works for me. > > pd 0.52.1, ubuntu 20.04,

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread ub
hello, all works for me. pd 0.52.1, ubuntu 20.04, flucoma-pd from dev branch at #eeab7248 it's a very cool help patch, by the way. very interactive. nice! cheers, ub On 27.01.22 21:59, Pierre Alexandre Tremblay wrote: Sorry - they are all here:

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread Pierre Alexandre Tremblay
Sorry - they are all here: https://github.com/flucoma/flucoma-sc/releases/tag/nightly The whole project is documented here: https://www.flucoma.org/ And we try to help people understanding it all here: https://learn.flucoma.org/installation/pd > On 27 Jan 2022, at 20:30, Roman Haefeli

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread Roman Haefeli
On Thu, 2022-01-27 at 20:17 +, Pierre Alexandre Tremblay wrote: > the external works fine out of the help. Even more strange, > sometimes that works for a few minutes before getting these problems. Where can one get the external? Roman signature.asc Description: This is a digitally signed

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread Pierre Alexandre Tremblay
the external works fine out of the help. Even more strange, sometimes that works for a few minutes before getting these problems. I’ll keep an eye on it, hopefully someone will get a reproducible problem. smime.p7s Description: S/MIME cryptographic signature

Re: [PD] A quick question - a bug or me?

2022-01-27 Thread Roman Haefeli
On Thu, 2022-01-27 at 17:45 +, Pierre Alexandre Tremblay wrote: > So I am fighting the fight of trying to unify the look of my > helpfiles across the 3 oses… and I think I got a bug but I cannot > trace where it is. The help-file loads fine in my Pd (0.52-1) on Ubuntu 20.04. However, I

[PD] A quick question - a bug or me?

2022-01-27 Thread Pierre Alexandre Tremblay
So I am fighting the fight of trying to unify the look of my helpfiles across the 3 oses… and I think I got a bug but I cannot trace where it is. To get the latest version I had to compile on Ubuntu (the apt is stalled at 0.50). It works but when I load the attached file in Ubuntu 18, I get