Re: [PD] mp3cast~ oggcast~ and alternatives

2022-11-27 Thread Roman Haefeli
On Mon, 2022-11-28 at 00:05 +0100, jack wrote: > > > Unfortunately, [mp3cast~] freeze Pd : > - start a stream to icecast2 server > - cut your network connection > => Pd freeze Please open an issue at: https://github.com/pd-externals/mp3cast/issues > and it not allow to inject tags during

Re: [PD] some gui objects with grey background in help patches?

2022-11-27 Thread Alexandre Torres Porres
For the record, I just realized default colors of iemguis is note "pure white" as we've been discussing. Sure it is "witheish", more precisely, it is "FCFCFC" instead of "FF" (pure white). So a very light grey color (99% brightness in the grey scale). This is not a regression, it's the same

[PD] mp3cast~ oggcast~ and alternatives

2022-11-27 Thread jack
Hello Pd list ! I was wondering if there was alternatives to [mp3cast~] or [oggcast~] (with opus support) in Pd world ? I can remember the existence of [pdgst] but it was working only with Gstreamer 0.10. Maybe, it is easy to write an external based on FFmpeg for this purpose ? But I've never

Re: [PD] Deken command line

2022-11-27 Thread IOhannes m zmölnig
On 11/27/22 23:19, IOhannes m zmölnig wrote: that's because cmdline command interface is stricter when it comes to requirements. e.g. it tries hard to verify gpg-signatures (something the cmdline interface doesn't even attempt to do). these confusing sentences should read: that's because

Re: [PD] Deken command line

2022-11-27 Thread IOhannes m zmölnig
On 11/27/22 22:28, Patco wrote: Yes, thanks for the hint, but actually this doesn’t work: % deken install gge maxlib zexy Downloading 'http://puredata.info/Members/fjkraan/software/maxlib/1.5.8/maxlib[v1.5.8](Darwin-amd64-32)(Darwin-i386-32)(Sources).dek.asc' failed with '404' Downloading

Re: [PD] Deken command line

2022-11-27 Thread Patco
> Le 27 nov. 2022 à 21:54, IOhannes m zmölnig a écrit : > > On 11/27/22 13:34, Patco wrote: >> Deken command line is what I am looking for. >> I want to manage installation of PureData externals with a bash script, >> ideally from an external list, like it would be done with apt, or by the

[PD] [PD-announce] PuREST JSON 2.0.0 "Medea" released

2022-11-27 Thread Thomas Mayer
Hello, I am happy to announce the release of PuREST JSON 2.0.0, code name: Medea. This release fixes several bugs, and contains breaking changes to the outlet order in several objects. PuREST JSON is a library for working with RESTful HTTP webservices, and JSON data. Authentication and

Re: [PD] http get/post request in pd. how to?

2022-11-27 Thread Thomas Mayer
On 25.11.22 20:04, IOhannes m zmölnig wrote: Am 25. November 2022 17:45:21 MEZ schrieb Thomas Mayer : Check purest_json. It is available through Deken. If the downloads through Deken do not work (they are known to be buggy, and will not load on Mac OS X), If they are known to be buggy,

Re: [PD] Deken command line

2022-11-27 Thread IOhannes m zmölnig
On 11/27/22 13:34, Patco wrote: Deken command line is what I am looking for. I want to manage installation of PureData externals with a bash script, ideally from an external list, like it would be done with apt, or by the use of a meta package. so can we consider your question as resolved?

Re: [PD] Deken command line

2022-11-27 Thread IOhannes m zmölnig
On 11/27/22 16:01, Dan Wilcox wrote: Actually there is a command line `deken` script but it's a tool for packaging builds into .dek archives. https://github.com/pure-data/deken/blob/main/developer/README.md Perhaps it could

Re: [PD] Deken command line

2022-11-27 Thread Dan Wilcox
Actually there is a command line `deken` script but it's a tool for packaging builds into .dek archives. https://github.com/pure-data/deken/blob/main/developer/README.md Perhaps it could be extended or an alternate deken-get

Re: [PD] Deken command line

2022-11-27 Thread Dan Wilcox
May be good to respond to these? https://github.com/pure-data/deken/issues/277 https://github.com/pure-data/deken/issues/92 > On Nov 27, 2022, at 3:51 PM, pd-list-requ...@lists.iem.at wrote: > >

Re: [PD] scale~ and slide~

2022-11-27 Thread Dan Wilcox
Thanks. There is also [m_scale] in rjlib which includes dB and log non-linear scaling. I have not tried something like slide~ yet... Note: I suggest to removing GUI objects inline with the message flow when packaging patches into abstractions. > On Nov 27,

Re: [PD] Distributing externals in notarized DMGs, was: http get/post request in pd. how to?

2022-11-27 Thread Dan Wilcox
No, no dragging would need to be required. A script can mount the dmg, then copy the contents from the mount location, typically: /Volumes/pdextern-1.2.3/ Something like: mkdir ~/Documents/Pd/externals/pdextern-1.2.3/ hdituil mount pdextern-1.2.3.dmg cp -R

Re: [PD] Distributing externals in notarized DMGs, was: http get/post request in pd. how to?

2022-11-27 Thread Alexandre Torres Porres
Em dom., 27 de nov. de 2022 às 08:53, Dan Wilcox escreveu: > I assume deken cannot currently extract DMGs but it might be good if we > can offer that as an option, ie. zip the dmg into the .dek, then the dmg is > unzipped, then mounted using the system's hdiutil. > We'd need then to drag the

Re: [PD] Deken command line

2022-11-27 Thread Patco
Deken command line is what I am looking for. I want to manage installation of PureData externals with a bash script, ideally from an external list, like it would be done with apt, or by the use of a meta package. > Le 26 nov. 2022 à 11:25, IOhannes m zmölnig a écrit : > > Am 26. November

[PD] scale~ and slide~

2022-11-27 Thread Orm Finnendahl
Hi List, as I couldn't find pd abstractions mimicking the behaviour of Max's slide~ and scale~ objects (with the separation of slide-up and slide-down values in slide~ and the enhanced exponential mapping of scale~) I rolled my own and attach it for your convenience and future reference in the

[PD] Distributing externals in notarized DMGs, was: http get/post request in pd. how to?

2022-11-27 Thread Dan Wilcox
@Thomas: If you are interested, I have a helper makefile for signing & notarizing projects on macOS for distribution: https://github.com/zkmkarlsruhe/mac-dist-helper There is an example pd external in a separate repo: