[PD] tabwrite onset

IOhannes m zmölnig zmoelnig at iem.at
Sun Dec 2 16:31:09 CET 2018


On 12/2/18 2:22 PM, João Pais wrote:
> 
> I'm creating long tables (+20m, @22.05KHz, Pd 32b windows), where I read
> a short voice sample from another table and copy them into different
> places in the long table. Since that's running outside of the audio
> chain, I'm using [tabread]+[tabwrite]. The idea is to generate an audio
> file from a list of events without having to "bounce" the playback.

two vanilla options that come to my mind:

#1 use [array get] to get the contents of the array your are interested
in, and dump that into a table (either using [array set] or an
old-school [list prepend 0]->[send <tablename>]

#2 use [tabread4~] in a [switch~]ed-off subpatch and bang the [switch~]
to do on-demand "signal-processing" (in your case: table-access with
[tabplay~] and [tabwrite~])

personally, i'd go for the former.

fgdsa
IOhannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20181202/c13d6219/attachment.sig>


More information about the Pd-list mailing list