due to the output order of loadbang vs patcherargs, there can be problems if an outer patch loadbangs while an inner abstraction is still parsing it's arguments with patcherargs.
we need to make sure that loadbang works properly to set values in all abstractions. if necessary, cache the bundle, and output it again when the inner patcherargs has completed with the done message.
due to the output order of loadbang vs patcherargs, there can be problems if an outer patch loadbangs while an inner abstraction is still parsing it's arguments with patcherargs.
we need to make sure that loadbang works properly to set values in all abstractions. if necessary, cache the bundle, and output it again when the inner patcherargs has completed with the done message.