Not super surprising. None of us here really test beforehand with the public betas from Apple and the release timing coincides nicely with the middle of the uni semester. I suppose it's moot to suggest students to wait until Dec to upgrade. ;)
Personally, I generally wait a couple point releases or even skip whole versions. Currently I am in a development cycle, so I don't upgrade but will do so afterwards and check.
Feel free to open a bug report on the Git repo: https://github.com/pure-data/pure-data/issues/ <https://github.com/pure-data/pure-data/issues/>
> On Oct 27, 2022, at 10:53 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Thu, 27 Oct 2022 08:33:44 -0700
> From: Miller Puckette <msp(a)ucsd.edu <mailto:msp@ucsd.edu>>
> To: Rick Snow <ricksnow(a)gmail.com <mailto:ricksnow@gmail.com>>
> Cc: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] Pd freezing on Mac Ventura 13.0
> Message-ID: <Y1qk2EIvznSDcDjH(a)ucsd.edu <mailto:Y1qk2EIvznSDcDjH@ucsd.edu>>
> Content-Type: text/plain; charset=us-ascii
>
> I don't have access to any ventura machines but would like to hear more about
> this. Looking down the portaudio github for the last year I don't see anything
> about breakage on Ventura.
>
> We can count on Apple though to break stuff on every OS release, harrumph.
>
> Miller
>
> On Thu, Oct 27, 2022 at 09:34:00AM -0500, Rick Snow wrote:
>> Hi all,
>>
>> Is anyone able to get PD 53.0 to work on Mac Ventura? I have a student with and PD 53 and 52 are freezing after a few minutes. Changing the audio device will cause it to freeze almost immediately.
>>
>> Thanks!
>> Rick
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Hi list,
I'm not sure if something similar already exists out there, but I went
ahead and started a library of Pd-vanilla abstractions for searching and
manipulating [array]s. Following the naming of [list-abs], I've called it
[array-abs].
See the GitHub repo with a list of objects here:
https://github.com/wbrent/array-abs.git, and download via deken. I hope
it's useful to someone other than me!
William
--
William Brent
“Great minds flock together”
Conflations: conversational idiom for the 21st century
www.conflations.com
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
Hi all,
Is anyone able to get PD 53.0 to work on Mac Ventura? I have a student with and PD 53 and 52 are freezing after a few minutes. Changing the audio device will cause it to freeze almost immediately.
Thanks!
Rick
To Pd-announce:
Pd version 0.53-0test2 is available from http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data
This contains more bug fixes and documentation updates.
Iohannes is still working on an update to teh string translation
mechanism; I'm planning to incorporate that into the final release,
hopefully early next week.
cheers
Miller
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
Thank you both IOhannes and Jaime, two excellent suggestions (when i
work on a proper laptop at least).
Still, both methods seem to require simultaneous writing of same audio
twice.
So in order to escape the obvious RAM/data hogging:
What would be needed to add a switchable display feature to a graph
otherwise, giving a user an opportunity to switch from linear display to
inverse exponential? It sounds like an extra line or two of object code
to me somehow.
Asking out of curiosity. I've no idea how to code that myself.
--
jayrope
+++
https://jayrope.comhttps://aircushionfinish.com
+++
social media
https://mastodon.online/@jayrope
You can mount a dmg (disk image). Something like:
sudo mount -t hfs -o loop Pd-1.2.3.dmg /media/pd-dmg
If that doesn't work, then try hfsplus
> On Oct 23, 2022, at 5:05 PM, pd-list-request(a)lists.iem.at wrote:
>
> (I don't have a mac
> handy and have no idea how to open a "dmg" on my linux box :)
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>