samtoth / MTK

A C++ API designed for Music Tools
https://samtoth.github.io/MTK/
GNU General Public License v3.0
0 stars 0 forks source link

Define Unit Generator system #4

Closed samtoth closed 4 years ago

samtoth commented 4 years ago

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

samtoth commented 4 years ago

Completed