Re: [PD] question about get/set/setsize

2009-07-16 Thread Miller Puckette
The idea was originally so that the 'get', etc, objects could look up the field offset and type in advance to be more efficient. I've never implemented that though. AND I do want to make an out so that you don't have to specify it, anyway. cheers Miller On Sun, Jul 12, 2009 at 01:17:58PM -0700,

[PD] question about get/set/setsize

2009-07-12 Thread Jonathan Wilkes
Hi, I'm revising the helpfiles, and I noticed some weird behavior while looking at pointer-help.pd: 1. Hook up a [get template1 y] to the first pointer example. 2. Traverse and click next to the end of the list. 3. Get happily outputs the y field for template2 without error. Which makes