Re: [PD] Attaching Xcode debugger

2023-02-28 Thread Brad Garton
Here's my little cheat-sheet for setting the Gatekeeper entitlements (for RTcmix, of course :-) -- but make the appropriate substitutions in the directions): http://sites.music.columbia.edu/brad/osx-windows-new-RTcmixes/annoying.html It still works on my Monterey Macs -- I hope Apple doesn't get

Re: [PD] C externals in M1 give errors

2022-08-15 Thread Brad Garton
Christof points out problems with atoi() and line endings -- I ran into similar problems some time ago and resorted to sscanf()-ing what I read from the file to format it it 'properly' in memory before doing the conversion. brad On Mon, Aug 15, 2022 at 3:39 AM Christof Ressi wrote: > Edwin has

Re: [PD] Dealing with blocks of text in Pd

2020-10-27 Thread Brad Garton
You might want to look at what we did with rtcmix~ in pd. On OSX we do use a tcl editor, and on Windows it's set up to use notepad++ brad On Tue, Oct 27, 2020 at 7:56 AM Christof Ressi wrote: > Yes, you can certainly turn a list into a single symbol, either with [list > fromsymbol] + [list to

Re: [PD] A fifth IMMEDIATE YES from New Blankets [Checking for interest: Scheme interpreter external for PD (Iain Duncan)]

2020-10-22 Thread Brad Garton
Alexandre Torres Porres wrote: > > > Em qui., 22 de out. de 2020 às 15:52, Brad Garton > escreveu: > >> I think that's a good approach. You can do a lot with multiple instances! >> >> The chuck~ object is really ancient now, I doubt it runs. And the sc3~

Re: [PD] A fifth IMMEDIATE YES from New Blankets [Checking for interest: Scheme interpreter external for PD (Iain Duncan)]

2020-10-22 Thread Brad Garton
; current system, while the reverse was not true. This was one of the reasons > I chose S7 actually, I looked at Chicken but it's not re-entrant so > multiple instances was not going to be simple to do. I've been meaning to > check out your code for the the sc and chuck objects

Re: [PD] A fifth IMMEDIATE YES from New Blankets [Checking for interest: Scheme interpreter external for PD (Iain Duncan)]

2020-10-22 Thread Brad Garton
n Thu, Oct 22, 2020 at 8:35 AM Brad Garton wrote: > >> This sounds like a terrific project! >> >> I don't know if this is of interest, but I wrote a Common Lisp >> interpreter object for Max/MSP awhile ago. The interpreter was implemented >> in java, so I&#

Re: [PD] A fifth IMMEDIATE YES from New Blankets [Checking for interest: Scheme interpreter external for PD (Iain Duncan)]

2020-10-22 Thread Brad Garton
This sounds like a terrific project! I don't know if this is of interest, but I wrote a Common Lisp interpreter object for Max/MSP awhile ago. The interpreter was implemented in java, so I'm not sure if it runs with contemporary Max/MSP-s (they dropped explicit java support, but I've heard from s

Re: [PD] Advice on distributing pd-based software for apple

2020-09-19 Thread Brad Garton
What I dislike about Apple's current strategy is their ill-concealed attempt to make _everything_ go through the App Store. I *loved* Apple's hardware, I *loved* the original Mach heritage, I *loved* the integration of hardware and software. I often write apps for individuals, though (like for my

Re: [PD] Advice on distributing pd-based software for apple

2020-09-18 Thread Brad Garton
Yes -- each person has to do it to allow it to run on their system. brad On Fri, Sep 18, 2020 at 9:40 AM João Pais wrote: > that is interesting. But it means that each person has to do it in their > system, correct? I can't do it after creating the package and then > distribute it around? > >

Re: [PD] Advice on distributing pd-based software for apple

2020-09-18 Thread Brad Garton
You can use a variant of these instructions: http://sites.music.columbia.edu/brad/osx-windows-new-RTcmixes/annoying.html to get around the STUPID ANNOYING STUPID OBNXIOUS Apple gatekeeper code-signing thing. brad On Fri, Sep 18, 2020 at 8:51 AM João Pais wrote: > Hi list, > > I'm preparing a

Re: [PD] pd~ binary for max/msp - not really working yet

2020-09-05 Thread Brad Garton
This sounds suspiciously like a problem I had with an rtcmix~ update. This has to be set: x->ob.z_misc |= Z_NO_INPLACE; not well documented at all. I wasted about a week of my life trying to figure out what the heck was going on. brad On Sat, Sep 5, 2020 at 1:51 PM Miller Puckette via Pd-list

[PD] Visual Studio template/example for pd external development?

2020-06-14 Thread Brad Garton
Hi, I posted this on one of the pd-Forum sites (for "extras"), but not sure if that was best. Sorry for the redundancy and if this isn't appropriate, but I thought I'd try posting to this list, too. -- Hello everyone -- I'm a relative 'newbie' to pd extern

[PD] jobs at the Columbia University Computer Music Center

2017-12-02 Thread Brad Garton
ht be interested. Thanks! Brad Garton Columbia University Music Department Director, CMC - Assistant Director, Computer Music Center and Sound Art Program (Officer Grade 12) Close Date: Open Until Filled to apply: jobs.columbia.edu/applicants/Central?quic

Re: [PD] Multiple instances of external - interference

2017-06-12 Thread Brad Garton
Joel -- I have the answer for you (and it's not pretty). Will send in separate e-mail. Unless anyone knows how to load a dylib and keep the name/data-space 'private' under Windows. brad On Mon, Jun 12, 2017 at 1:59 AM, Joel Matthys wrote: > Hello everyone. I'm rewriting an external for the

Re: [PD] How to map GOP size dynamically

2017-05-12 Thread Brad Garton
Oh I wish we could... (and yes I know it's not *that* GOP) brad On Fri, May 12, 2017 at 7:50 PM, Esteban Viveros wrote: > In vanilla can I map the GOP size? I want to resize GOP proportionally. > > Thanks any advance! > > Cheers > Esteban Viveros > -- > > www.estebanviveros.com > > _