[PD-dev] Re: [PD] knob and pd0.37-11 on osx

Thomas Grill t.grill at gmx.net
Tue Sep 16 01:16:18 CEST 2003


> Ah, I didn't recognize this yet. Is there a #define I could set in the
> code to let knob stay compatible with 0.36 or is a #define necessary
> at all?

Hi Frank,
you can use

#if PD_MINOR_VERSION >= 37
// new
#else
// old
#endif


best greetings,
Thomas





More information about the Pd-dev mailing list