buffer in bpatcher doesnt rem
hi there! i built a simple sampler, and want to use it across my project with different instances of a bpatcher. i called the buffer #0-XY, so that it will create a new unqie name everytime i duplicate the bpatcher, and i am able to load differnet samples in each instance. It all works fine but when i save the patch and re-open it, all buffers will have that same sample loaded which i used in the patch which is the parent patch of that bpatcher. Any ideas how to solve this?
This is how the parent sampler patch looks like:
the argument to object ("#0_myname") loads before the loadbang so the buffer name is overwritten.
furthermore, since #0 does not resolve in a top level patcher, the #0 is only part of the name.
makes sense! ok i tried tbb loading that sample first and giving that buffer a name afterwards. didnt really work out =D any hints roman in which direction i shell go with this are deeply apreciated :)
how does your bpatcher patch look like and where is it placed (relative to the buffer in the mother patch?)
one cas easily mke errors with load order with bpatchers and in the past there were also some strange bugs with bpatcher init (cant remember if with in- or outgoing messages, but something did not work)