CNMAT / Music-and-Computing

Materials built for MUS158A, MUS158B (B is only io area of patchers)
Other
6 stars 3 forks source link

test for loadbang init with patcherargs #21

Closed ramagottfried closed 8 years ago

ramagottfried commented 8 years ago

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.

equilet commented 8 years ago

closing for now... attempted to resolve this in m158.loadbang