Re: [PD] Menu fonts much too small on 4k screen

2016-04-10 Thread Miller Puckette
Are you running Pd extended or vanilla?  I think vanilla at least should
have teh menus sized OK (although not the objects - see earlier mail by
Orm Finnendahl).  I'm working on something else just now but hope to put
out a "zoom" feature in a week or so as  "test" version of Pd vanilla.

cheers
Miller

On Sun, Apr 10, 2016 at 02:13:59PM +0200, Csaba Láng wrote:
> ctrl+T is a good option to adjust the font size of the objects to your
> needs.
> About the menu, no idea yet.
> 
> Best:
> 
> Popesz
> 
> On Sun, Apr 10, 2016 at 11:09 AM, Martin Dupras 
> wrote:
> 
> > Hi,
> >
> > I just acquired a new laptop with a 4K (3840x2160) screen, and am
> > running Fedora Linux with PlanetCCRMA on it.
> >
> > Everything works fine, pretty much, but everything in PD is just too
> > small. The menus are difficult to read. Objects are also so small that
> > it makes it difficult to hone in on the outlets of objects.
> >
> > Is there some setting that can set at launch to make those things bigger?
> >
> > Many thanks!
> >
> > - martin
> >
> > ___
> > Pd-list@lists.iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > https://lists.puredata.info/listinfo/pd-list
> >

> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [Scope~] (was Re: can signal inlets that aren't the main inlet have float or message methods?)

2016-04-10 Thread katja
Hello Derek,

The problem is with the following help files added by Alexandre:

<~-help.pd
<=~-help.pd
>~-help.pd
>=~-help.pd

You could filter these out from the wildcard search in the makefile
and instead list them explicitly, between quotes like:

"help/<~-help.pd"

Alternatively you could make a single help patch 'nettles-help.pd' and
use function class_sethelpsymbol() in all nettles classes. This is
probably a better solution, avoiding more file name problems in the
future.

Katja

On Sun, Apr 10, 2016 at 1:29 AM, Derek Kwan  wrote:
>>
>> The symlinks aren't created at compile time but during the install
>> process. It is done by target 'install-aliases'. Do 'make install
>> objectsdir=./build' to get a local install. If you still get no
>> symlinks let me know.
>>
>> I think they are only needed on Linux because of how file access happens.
>>
>> Katja
>> >
>
> Great! Thanks. Yeah, that works.
>
> When I'm doing the local install, I'm getting this error:
>
> Makefile.pdlibbuilder:1013: recipe for target 'install-datafiles' failed
> make: *** [install-datafiles] Error 2
>
> I haven't checked too thoroughly but it looks like everything is
> building. I'm sudo-ing it if that makes a difference.
>
> Derek
> =
> Derek Kwan
> www.derekxkwan.com

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Menu fonts much too small on 4k screen

2016-04-10 Thread Csaba Láng
ctrl+T is a good option to adjust the font size of the objects to your
needs.
About the menu, no idea yet.

Best:

Popesz

On Sun, Apr 10, 2016 at 11:09 AM, Martin Dupras 
wrote:

> Hi,
>
> I just acquired a new laptop with a 4K (3840x2160) screen, and am
> running Fedora Linux with PlanetCCRMA on it.
>
> Everything works fine, pretty much, but everything in PD is just too
> small. The menus are difficult to read. Objects are also so small that
> it makes it difficult to hone in on the outlets of objects.
>
> Is there some setting that can set at launch to make those things bigger?
>
> Many thanks!
>
> - martin
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [Scope~] (was Re: can signal inlets that aren't the main inlet have float or message methods?)

2016-04-10 Thread katja
I notice there used to be one help patch indeed for all nettles, as in
Fred Jan's version. For a good reason as we now see. Alexandre has
created individual help patches for each nettles class. These could
better be encapsulated within nettles-help.pd, rather than live as
separate files.

Katja

On Sun, Apr 10, 2016 at 12:34 PM, katja  wrote:
> Hello Derek,
>
> The problem is with the following help files added by Alexandre:
>
> <~-help.pd
> <=~-help.pd
>>~-help.pd
>>=~-help.pd
>
> You could filter these out from the wildcard search in the makefile
> and instead list them explicitly, between quotes like:
>
> "help/<~-help.pd"
>
> Alternatively you could make a single help patch 'nettles-help.pd' and
> use function class_sethelpsymbol() in all nettles classes. This is
> probably a better solution, avoiding more file name problems in the
> future.
>
> Katja
>
> On Sun, Apr 10, 2016 at 1:29 AM, Derek Kwan  wrote:
>>>
>>> The symlinks aren't created at compile time but during the install
>>> process. It is done by target 'install-aliases'. Do 'make install
>>> objectsdir=./build' to get a local install. If you still get no
>>> symlinks let me know.
>>>
>>> I think they are only needed on Linux because of how file access happens.
>>>
>>> Katja
>>> >
>>
>> Great! Thanks. Yeah, that works.
>>
>> When I'm doing the local install, I'm getting this error:
>>
>> Makefile.pdlibbuilder:1013: recipe for target 'install-datafiles' failed
>> make: *** [install-datafiles] Error 2
>>
>> I haven't checked too thoroughly but it looks like everything is
>> building. I'm sudo-ing it if that makes a difference.
>>
>> Derek
>> =
>> Derek Kwan
>> www.derekxkwan.com

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] Menu fonts much too small on 4k screen

2016-04-10 Thread Martin Dupras
Hi,

I just acquired a new laptop with a 4K (3840x2160) screen, and am
running Fedora Linux with PlanetCCRMA on it.

Everything works fine, pretty much, but everything in PD is just too
small. The menus are difficult to read. Objects are also so small that
it makes it difficult to hone in on the outlets of objects.

Is there some setting that can set at launch to make those things bigger?

Many thanks!

- martin

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [Scope~] (was Re: can signal inlets that aren't the main inlet have float or message methods?)

2016-04-10 Thread Alexandre Torres Porres
I also created single object binary versions of all these objects with
their alphanumeric version/alias, and they all have individual help files -
perhaps I'll just keep them and delete the others

thanks

2016-04-10 9:29 GMT-03:00 katja :

> I notice there used to be one help patch indeed for all nettles, as in
> Fred Jan's version. For a good reason as we now see. Alexandre has
> created individual help patches for each nettles class. These could
> better be encapsulated within nettles-help.pd, rather than live as
> separate files.
>
> Katja
>
> On Sun, Apr 10, 2016 at 12:34 PM, katja  wrote:
> > Hello Derek,
> >
> > The problem is with the following help files added by Alexandre:
> >
> > <~-help.pd
> > <=~-help.pd
> >>~-help.pd
> >>=~-help.pd
> >
> > You could filter these out from the wildcard search in the makefile
> > and instead list them explicitly, between quotes like:
> >
> > "help/<~-help.pd"
> >
> > Alternatively you could make a single help patch 'nettles-help.pd' and
> > use function class_sethelpsymbol() in all nettles classes. This is
> > probably a better solution, avoiding more file name problems in the
> > future.
> >
> > Katja
> >
> > On Sun, Apr 10, 2016 at 1:29 AM, Derek Kwan 
> wrote:
> >>>
> >>> The symlinks aren't created at compile time but during the install
> >>> process. It is done by target 'install-aliases'. Do 'make install
> >>> objectsdir=./build' to get a local install. If you still get no
> >>> symlinks let me know.
> >>>
> >>> I think they are only needed on Linux because of how file access
> happens.
> >>>
> >>> Katja
> >>> >
> >>
> >> Great! Thanks. Yeah, that works.
> >>
> >> When I'm doing the local install, I'm getting this error:
> >>
> >> Makefile.pdlibbuilder:1013: recipe for target 'install-datafiles' failed
> >> make: *** [install-datafiles] Error 2
> >>
> >> I haven't checked too thoroughly but it looks like everything is
> >> building. I'm sudo-ing it if that makes a difference.
> >>
> >> Derek
> >> =
> >> Derek Kwan
> >> www.derekxkwan.com
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list