Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Theron Trowbridge
Works for me Thanks! -Theron ^ On Sat, Feb 4, 2023 at 6:15 PM Miller Puckette wrote: > OK, I've uploaded the fix (I hope correctly) to msp.ucsd.edu/software.html > , > as "0.53-2test1". If that seems to work for everyone I'll rename it > "0.53-2". > > Thanks to all the help from several

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Miller Puckette via Pd-list
OK, I've uploaded the fix (I hope correctly) to msp.ucsd.edu/software.html, as "0.53-2test1". If that seems to work for everyone I'll rename it "0.53-2". Thanks to all the help from several people (and to the portaudio folks!) Miller On Sat, Feb 04, 2023 at 03:09:21PM -0800, Theron Trowbridge

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Theron Trowbridge
It works on my Mac Mini M1 (upgraded to Ventura 13.2 last night) as well. The callbacks setting doesn't seem to have any obvious effect, but I didn't do anything too crazy with it. Thanks for all the troubleshooting on this, it's a big help for me right now! -Theron ^ On Sat, Feb 4, 2023 at

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Dan Wilcox
> On Feb 4, 2023, at 11:46 AM, Denis Połeć wrote: > > As far as I can tell, everything is going smoothly with the callback > settings. > However, I still haven't quite understood what it is for. There was some discussion, maybe a year ago, about changing the name of this option and finding

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Denis Połeć
This build works for me!  (macOS 13.2 - ARM) I have tested everything so far and have not detected any problems. As far as I can tell, everything is going smoothly with the callback settings. However, I still haven't quite understood what it is for. Thank you for your work in general! :)

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Christof Ressi
Are there situations when using callbacks (on CoreAudio) bring any benefit? With "callbacks" enabled, Pd runs directly on the audio thread. Generally, this is not really recommended because Pd itself is not realtime safe. Many operations block for an indeterminate amount of time, e.g. any

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Christof Ressi
The callbacks option has always been broken in some way or another. Please try my scheduler_fix branch: https://github.com/pure-data/pure-data/pull/1756. It would be great to get some feedback on this. Personally, I have been successfully using it on Windows for a few months, but I didn't

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Dan Wilcox
Here is a Pd 0.53-1 arm64 build with portaudio 19.7.0 *and* Christof's scheduler update. It may not be the fix for this issue, but probably worth trying: Pd-0.53-1-arm64-schedulerfix.zip Likely, I need to update to

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Roman Haefeli
On Sat, 2023-02-04 at 10:04 +0100, Dan Wilcox wrote: > Do you have callbacks enabled? If so, disable the checkbox in the > audio dialog. So what's the deal with Callbacks on CoreAudio/macOS? On all the combinations of Pd version and macOS version I tried, funny things happen with callbacks

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Christof Ressi
FWIW, the callback problem would be fixed with https://github.com/pure-data/pure-data/pull/1756 On 04.02.2023 10:04, Dan Wilcox wrote: Do you have callbacks enabled? If so, disable the checkbox in the audio dialog. enohp ym morf tnes --- Dan Wilcox danomatika.com robotcowboy.com

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Dan Wilcox
Do you have callbacks enabled? If so, disable the checkbox in the audio dialog. enohp ym morf tnes --- Dan Wilcox danomatika.com robotcowboy.com > On Feb 4, 2023, at 9:54 AM, Denis Połeć wrote: > >  > Hi dan, > I have tested the build. Unfortunately, I am still experiencing the same

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Denis Połeć
Hi dan, I have tested the build. Unfortunately, I am still experiencing the same problem. Nothing works anymore after turning off the DSP. I am on ARM - macOS 13.2. denis. > Am 03.02.2023 um 21:17 schrieb hans w. koch : > > hi dan, > > thanks for putting this up! > we had one student in