Re: [PD] [tof/pmenu] is the any way for setting the font size?

2023-04-06 Thread Alexandre Torres Porres
For my modular system that I am planning to develop this year in Pd I have
to include 2 guis in ELSE, a knob and a dropmenu, knob is almos done so
dropmenu is next. I will make it able to set the font size and find more
things that are missing in the current few dropmenu options we have in Pd.

cheers

Em qua., 5 de abr. de 2023 às 17:00, Phil Stone 
escreveu:

> I just wanted to thank you for pmenu, Fred. It really fills a gap in the
> Pd ecosystem.
>
>
>
> *From: *Pd-list  on behalf of Fred Jan
> Kraan 
> *Date: *Wednesday, April 5, 2023 at 12:57 PM
> *To: *Ingo , pd-list@lists.iem.at <
> pd-list@lists.iem.at>
> *Subject: *Re: [PD] [tof/pmenu] is the any way for setting the font size?
>
> Hi Ingo,
> > Hi Fred!
> >
> >> No there is currently no such option. Would it be helpful if the menu
> would zoom with the rest of the patch?
> > I'm not sure what you mean by "zoom with the rest of the patch".
> I was referring to the standard Pd zoom function, as activated with
> "Edit > Zoom" In or "Ctrl-+". But looking at your screenshots, this zoom
> wouldn't help here.
> > I have dozens of menus within a single editor patch.
> > Each of them has a different size / number of entries.
> > If the menu would "zoom with the rest of the patch" wouldn't they be
> > different?
> >
> > Or did I miss a new zoom feature of Pd?
> > I'm still using Pd 0.49 for compatibility reasons with older hardware
> units
> > that have to run my software.
> No, not that I know of. Not that I am that modern :-).
> > I had used xrandr for actually zooming certain patches but there is a
> > compatibility problem between Intel / AMD processors.
> > So I would like to enlarge smaller patches by making them bigger to fit
> Full
> > HD instead of zooming.
> > This makes the menus smaller in relation to the entire patch since I
> cannot
> > enlarge them as well by the same factor.
>
> What you use is a hardware or system-zoom, not Pd-zoom function. pmenu
> doesn't have any persistent arguments and the code doesn't contain any
> font setting. So it probably uses some canvas default font (-size).
>
> The short answer is no, there is no option to control the font size.
>
> > Thanks!
> > Ingo
>
> Greetings,
>
> Fred Jan
>
> >
> >
> >
> > -Original Message-
> > From: Pd-list [mailto:pd-list-boun...@lists.iem.at
> ] On Behalf Of Fred Jan
> > Kraan
> > Sent: Wednesday, April 05, 2023 9:06 AM
> > To: pd-list@lists.iem.at
> > Subject: Re: [PD] [tof/pmenu] is the any way for setting the font size?
> >
> > Hi Ingo,
> >> Is the any way for setting the font size on [tof/pmenu] ?
> >>
> >> I'm having problems with the readability (or hitting the menu entries)
> >> on small touch screens.
> > No there is currently no such option. Would it be helpful if the menu
> would
> > zoom with the rest of the patch?
> >> Thanks!
> >> Ingo
> > Greetings,
> >
> > Fred Jan
> >
> >>
> >>
> >>
> >> ___
> >> 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
> ___
> 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] object for showing images with a better quality than gif (like ggee/image) ?

2023-04-06 Thread Alexandre Torres Porres
I also have else/pic which is based on these older ones. I also allow it to
work as a button and have new features like a 'latch mode'.

Let me know if I can improve the object to include more modern options for
higher quality files. I see that back when these other objects were made
tcl/tk was pretty limited. Not sure if this has changed and if it can
handle jpg and other formats nowadays. I'd appreciate if someone could
enlighten me

cheers

Em seg., 3 de abr. de 2023 às 05:02, Ingo  escreveu:

> Thanks Peter!
>
> The moonlib/image is pretty much the same as ggee/image.
>
> I have found out,though that it takes ppm files which are uncompressed and
> look much better.
> Whith this data format I actually get the quality that I need.
>
> I'll also take a look at iemgui's iem_image.
>
> Ingo
>
>
> -Original Message-
> From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of Peter P.
> Sent: Saturday, April 01, 2023 10:17 PM
> To: pd-list@lists.iem.at
> Subject: Re: [PD] object for showing images with a better quality than gif
> (like ggee/image) ?
>
>
> http://deken.puredata.info/search.html?libraries=&objects=image&descriptions
> =
> returns a result for moonlib. And then there is iemgui's iem_image object
> https://git.iem.at/pd/iemgui/-/blob/master/iem_image-help.pd
>
> Did not test any of those, but thought you might want to know about the
> deken search engine.
>
> * Ingo  [2023-04-01 15:49]:
> > Hello,
> >
> >
> >
> > I have been using [ggee/image] for showing simple (medium small)
> > images which is working fine.
> >
> > But now I need to show a large full HD picture in the full 1920x1080
> > resolution and [ggee/image] gives me too many pixels.
> >
> >
> >
> > Can anyone poind me to an external that can display high resolution JPGs?
> >
> >
> >
> > I had been using [gem] to do this before which is working fine on
> > Intel and ARM machines but for some reason not on AMD.
> >
> > At least not in my case and the situation that I need it to work in.
> >
> >
> >
> > Any help is appreciated!
> >
> >
> >
> > Thanks
> >
> > Ingo
> >
>
> > ___
> > 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
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Creating/editing patches on android?

2023-04-06 Thread Matevz Leskovsek
purrdata is also listed on puredata.info which gives me feel it is
original runtime ported to html, i havent tried it yet, I did try
webpd which is is made from a pd fan but has its own runtime and
library (it works awesome and patches worked in any browser, desktop
or mobile it doesnt have the fancy things though.. even vanilla is not
fully supported).. also UI is very good...

pdparty seems crazy smart and interoperable, and I need a few free
days to try it... overworked, overwhelmed, burnt out, anxious,
sleepless, tired.. greetings

On Fri, Feb 24, 2023 at 1:55 PM hans w. koch  wrote:
>
> how about this one: https://github.com/cuinjune/purr-data
> running pd in a browser, which also would run on android.
> (disclaimer: i only glanced at it casually)
>
> but as christoph said, it has some masochistic aspect to it.
>
> best
>
> hans
>
>
> Am 24.02.2023 um 13:05 schrieb Matevz Leskovsek :
>
> Well I kinda abandoned all desktop OS about 10 years ago, just running
> chromiumOS everywhere now and patiently waiting for all runtimes to
> become available in cloud :D Also I dont run crostini or crossover or
> other any WM.. yes, its a simple life :D I just kept one windows
> computer to run VSTs and OBS studio, otherwise chromebooks and android
> devices for everything :) But I miss pd heavily... btw i saw your APK
> builder for pddroid - awesome! Google wants aab bundles now though,
> which is really annoying, so I guess we will abandon google play
> eventually and use some alternative repo/installer. Anyhow, if someone
> has an idea how to edit patches on stock android devices or on
> chromebooks that would be great!
>
> On Fri, Feb 24, 2023 at 12:52 PM Dan Wilcox  wrote:
>
>
> It depends on your workflow. For PdParty, you can stream *all* live sensor 
> events over OSC while prototyping in desktop Pd, which is sufficient for my 
> use case. Then again, I don’t use my mobile device as an everything computer, 
> so I suppose I’m biased.
>
> enohp ym morf tnes
> ---
> Dan Wilcox
> danomatika.com
> robotcowboy.com
>
>
> On Feb 24, 2023, at 12:23 PM, Matevz Leskovsek  
> wrote:
>
> Dan thanks! Yes your considerations are reasonable but sadly pd has
> really lost its "livecoding" angle when Android/iOS devices became so
> popular. Smartphones are portable and have so many sensors that
> livecoding on android would really make much more sense than coding on
> desktop and deploying to smartphone for each change. I hope there will
> be some effort to rewrite pd-lib to run in stock android and I am
> willing to help (although I am worst programmer ever.. I am kinda good
> tester and profiler though). And if it is actually possible to run
> pd-lib on rooted android that is interesting but I am somewhat
> suspicious. If there is a linux container for androids that would be
> easier I guess (but not so RAM friendly). Btw, I've noticed purrdata
> js runtime for pd is available but again I think it does not allow
> patch creation/editing, only patch running? Btw, pddroidparty webpage
> is really nicely organised and clear in its communication -> much
> respect! Thanks!
>
> On Fri, Feb 24, 2023 at 12:21 AM Dan Wilcox  wrote:
>
> Howdy Matevz,
>
> I don't believe so, although I must include the caveat tat I do not use 
> Android, so perhaps there is something out there I am not aware of.
>
> Running patches via libpd in a mobile app is much easier than creating a 
> live, graphical *editor* as with desktop Pd as:
>
> 1. the interaction metaphors are different
> 2. libpd does not have a way to tap into the core pd editing logic (yet)
>
> That being said (written?), it's certainly possible to create something that 
> can automate writing a Pd file which can then be loaded by libpd, however, 
> once things complicated enough, you basically end up duplicating most of the 
> core logic with the detriment that you have to carefully try to keep it up to 
> date with whatever version of pd / libpd you are using. In short: it's a lot 
> of thankless work that is best *not* done without lots of interest, 
> resources, and support.
>
> The closest thing I can think of is rooting the device to install a Linux 
> distro so you can run *desktop* Pd, however I don't think this is where your 
> question is focused.
>
> As the author of PdParty, which utilizes libpd on iOS, I made a clear 
> decision early on to *not* tackle on-device editing, mainly for the reasons 
> mentioned above.
>
> On Feb 23, 2023, at 12:00 PM, pd-list-requ...@lists.iem.at wrote:
>
> Message: 2
> Date: Thu, 23 Feb 2023 10:44:58 +0100
> From: Matevz Leskovsek 
> To: pd-list@lists.iem.at
> Subject: [PD] Creating/editing patches on android?
> Message-ID:
> 
> Content-Type: text/plain; charset="UTF-8"
>
> Hi all, as I remember all those PD on Android platforms (mobmuplat,
> pddroid) only allowed running patches and not editing those, meaning
> that one needed a desktop computer to create and edit patches. Is this
> still the case or is it possible now to use Andr