Page 1 of 1

Posted: 31 Aug 2010, 17:45
by Floego
I used the bitmap inlets/outlets between a pair of patches for displaying two plots into a single window. Everything is ok. but what if later I decided not to show both plots into a window? Relating to data calculations, just delete the wire between them. But how do I permanently "unchain" the displaying of a bitmap ?
Image

I found a partial solution for that : giving a value of -1 to the "bitmap in" and "bitmap out" (an error shows into the console, don't worry) and then giving a value of "0" for both of them.
Image

Maybe someone has found another solution?

Posted: 31 Aug 2010, 18:41
by nay-seven
CTRL+Clic on the back bitmap...( where you see %internal% ) ;)

Posted: 31 Aug 2010, 18:59
by Floego
Thank you for this!! :D
I just found your answer into the context help of the patch's layout :P