Tag Archives: Interface Design

MVC, OSC, Message Busses and Sound Types

This week we talked about Software Design Patterns, such as the Model-View-Controller pattern. We then discussed the advantages of using a shared bus messaging system rather than individual send/receive objects and addresses, for its hierarchical structure and flexibility of being able to communicate to any module just by specifying its address. To further improve our messaging system we […]