[PD] Abstractions with arrays?

Stefan Turner stefan_turner at yahoo.co.uk
Thu Dec 9 15:33:17 CET 2004


>I have an absraction that contains an array. Every
>time I load more than one absraction I get warnings
>due to the arrays being the same name, of course I
>could manually change the array names within each
>abstraction, but is there an easier way to do this?
>Cheers,
>Rory. 

Change the array name from 'array' to '$0-array' (for
example). $0 takes a different value for each new
instance of an abstraction, so each array would
actually be called '<some unique number>-array'.

Stefan Turner


	
	
		
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com




More information about the Pd-list mailing list