On 2010-10-27 10:22, Raffael Seyfried wrote:
> Hi,
> 
> I have some problems with a live looper patch I am building for my band.
> 
> My question is: Is it possible to copy the content of an array into
> another array (or reset all entries to zero) directly by using messages?
> If so what messages?
> 

resetting to 0 can be done by sending the "const 0" message to the array.

copying the array cannot be done directly, you could either use:

a) pd-vanilla
|
[t f f         ]
|              |
[tabread from] |
|              |
[tabwrite to   ]

b) zexy's [tabdump]
[bang(
|
[tabdump from]
|
[list prepend set 0]
|
[list trim]
|
[s to]

c) iem_tab's [tab_copy]

mfgasdr
IOhannes

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to