[PD] dynamically created gui-bangs heavy on cpu & crash pd

2022-01-05 Thread Jakob Laue
Dear list, attached, you find a main patch "LAB_main" and an abstraction "hoover_canvas".   When the main patch is opened, it dynamically creates 80 "hoover_canvas" abstractions into the subpatch [pd guisubpatch].    These abstractions each contain a [bng] object. The [bng] objects' color is c

Re: [PD] [PD-announce] pd 0.52-1 released / libpd

2022-01-05 Thread Dan Wilcox
Just run make in the main pure-data directory first (or even just extra), then run make in libpd to get around this for now. I was clearly testing with a fully built source tree when I updated the makefiles, so this issue was overlooked. > On Dec 22, 2021, at 1:20 AM, pd-list-requ...@lists.iem.

Re: [PD] pd 0.52-0 test 4 released

2022-01-05 Thread Dan Wilcox
Yup, there is no x86_64 emulation happening through Apple's "Rosetta2" layer. Better still, when Rosetta2 is removed in macOS 14 or 15 (likely), Pd will still run. :) I know I'm late to the party but... thanks for the release, all! I will dig into it soon and hopefully finish off a few remainin

Re: [PD] Testing Pd builds with JACK

2022-01-05 Thread Dan Wilcox
Sometimes a developer includes a nice uninstall script, sometimes not. In either case, I usually use Pacifist to inspect the contents of the .pkg and see where they are installed: https://www.charlessoft.com That's at least definitive and a few times I actually us

Re: [PD] [PD-announce] pd 0.52-1 released

2022-01-05 Thread Dan Wilcox
Note: You can rename the .app to Pd-0.52.1.app without issue. ;) > On Dec 21, 2021, at 12:00 PM, pd-list-requ...@lists.iem.at wrote: > > Message: 2 > Date: Mon, 20 Dec 2021 22:36:33 -0300 > From: Alexandre Torres Porres mailto:por...@gmail.com>> > To: Pd-List mailto:pd-list@lists.iem.at>> > Cc: M

Re: [PD] pd 0.52-0 test 4 released

2022-01-05 Thread Dan Wilcox
Are you sure you're not running an old build and/or there is a zombie pd process leftover from some previous run? I downloaded Pd-0.52.1 +"really" from Miller's site, pulled the .app out of the dmg, and ran `file` to check the build architectures: % file ~/Desktop/Pd-0.52-1.app/Contents/MacOS/P

Re: [PD] pd 0.52-0 test 4 released

2022-01-05 Thread Dan Wilcox
Ah, whoops. The GUI is universal but I forgot to check the pd core as well... it is indeed x84_64 only: % file ~/Desktop/Pd-0.52-1.app/Contents/Resources/bin/pd /Users/danomatika/Desktop/Pd-0.52-1.app/Contents/Resources/bin/pd: Mach-O 64-bit executable x86_64 There will need to be a "Pd0.52.1-r

Re: [PD] pd 0.52-0 test 4 released

2022-01-05 Thread Johnny Mauser via Pd-list
I am a little confused here. I downloaded Pd-0.52.1-really from Millers site, and it runs on my m1 Mac, but activity monitor tells for the pd application that it is still intel. Should I have downloaded IOhannes build somewhere else? > Am 05.01.2022 um 23:42 schrieb Dan Wilcox : > > Yup, ther

Re: [PD] pd 0.52-0 test 4 released

2022-01-05 Thread Johnny Mauser via Pd-list
Thx for checking and verifying! > Am 06.01.2022 um 00:19 schrieb Dan Wilcox : > > Ah, whoops. The GUI is universal but I forgot to check the pd core as well... > it is indeed x84_64 only: > > % file ~/Desktop/Pd-0.52-1.app/Contents/Resources/bin/pd > /Users/danomatika/Desktop/Pd-0.52-1.app/Cont

Re: [PD] [PD-announce] libpd powered instrument plugin: EXC!TE SNARE DRUM

2022-01-05 Thread Max
That's correct, it was compiled on ubuntu 21.04. As per IOhannes suggestion, I now used docker to compile the VST3 on debian stable. It should now run on your system. (the free version, will do the PRO version shortly) Please give it a try. On 26.12.21 11:49, Alexander Chalikiopoulos wrote: