Define the interfaces and structure for various types of unit generator and their hierarchy.
E.g: AudioManager -> Instrument -> generator all have tick() function
How to define audio filters i.e generators with tick functions that take audio stream input. tick(sig 1, sig2) for example
Define the interfaces and structure for various types of unit generator and their hierarchy.
E.g: AudioManager -> Instrument -> generator all have tick() function How to define audio filters i.e generators with tick functions that take audio stream input. tick(sig 1, sig2) for example