CNMAT / Music-and-Computing

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

m158.o.phase.points arguments #11

Closed ramagottfried closed 8 years ago

ramagottfried commented 8 years ago

should have the option to send in a base name with sub /x, /y and optional /curve addresses

originally I was thinking that these should be locked into place in order to make the user set them explicitly, but now that I'm making abstractions with inner abstractions, dealing with required arguments seems to be more work than it's worth.

requiring a base name instead of explicit names is nice also because then we can just check if they exists at the moment, and allow the user to add or remove /curve.

ramagottfried commented 8 years ago

added @basename attribute to handle this -- also settable from parent abstraction patcherargs attributes.