Can bpatcher save parameters?

Luis Marques's icon

hello,

i'm trying to make a patch that change dynamically the control parameters by lading an external patch file stored in hard drive, my question is how can i do to bpatcher remembers the previous values when i load another patch.

Thanks

Luis Marques

Luke Hall's icon

If you don't want to hard code them into your [bpatcher] patch then perhaps you could look at [patcherargs] or the [preset] object or even the more versatile [pattr] family of objects. Look at the relevant help patches and reference pages to get you started, there are also two pattr family tutorials for your viewing pleasure.

lh

Luis Marques's icon

i've look at pattr family and seems to fit the value storage, what about if i wanted to store a simple image from jit.qt.movie, and change the patch to another bank of images?

Thanks

Luis Marques

ComfortableInClouds's icon

check out the "PattrKitty" example for help with pattr. It seems daunting looking at the help files - but is actually extremely quick, straightforward, and amazingly versatile.