i made this mixer strip abstraction that allows for an argument to set the input. i am planning to make a patch with a number of these so that i can record many inputs at once. however, every time i make a patch with even two of these in it - and they try to delete one, pd crashes. even trying to move one around is a hassle. is the abstraction to complex to allow pd to run normally? i dont think that's the case, so what could it be?
-
Pd crashing
-
i also tried paring the abstraction down to make it less complex, but that didnt help.
-
i couldn't even make one without crashing pd.
by removing the [entry] object, i could load it fine. maybe find a workaround that doesn't involve that object?
-
yup that fixed it. i'll just use a symbol atom instead. thanks for your help!