On Wed, Dec 15, 2010 at 6:49 PM, Mathieu Bouchard <matju@artengine.ca> wrote:
On Wed, 15 Dec 2010, brandon zeeb wrote:
Am I getting offended ? How would you know, anyway ?do you, really ?
Why are people getting offended here?
Having to reinvent all that's outside of pd-vanilla is a more severe information overload.If your background is in software development, then you know that you should rely on libraries to get stuff done.But, as I said, many of what I consider to be basics are outside of pd-vanilla (while several things in pd-vanilla are rarely ever used by anyone).
I use Pd to help learn these basics, and I will use pd-extended when I've mastered the basics.
It's so that you don't have to create your own.With that in mind, what's the point in using a pre-baked filter if I haven't created my own
Using IoC / Strategy, you create your abstraction and pass a symbol referencing the metronome you want to use.
But you can also create the [metro] outside of the object, provided that you have an inlet in the abstraction that accepts the bangs, and zero, one or two outlets for connecting back to [metro] depending on needs. Isn't that IoC ?
No idea what Spring is... and it doesn't seem to be used in your pseudocode, does it ?
In Java / Spring IoC psuedocode: