Hallo,
João Miguel Pais hat gesagt: // João Miguel Pais wrote:

> one more question though: I tried to apply the [get] help patch in my  
> patch, but it didn't work. in the following picture, when I press traverse  
> pd breaks up. on the other hand, like in your patch connecting directly  
> [append] to the get pointer (through the inlet which is now disconnected)  
> it works when the structures are created, but I can't make it work after  
> that.

 [traverse pd-SUBPATCH, bang( 
 | 
 [pointer]

will output a pointer to the start of [pd SUBPATCH], but not a pointer
to an actual scalar. You need to use [next( for that or directly:
  
  [traverse pd-SUBPATCH, next(
  |
  [pointer]

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__

_______________________________________________
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to