I am just wondering what the benefits/differences are of an AudioSource vs an AudioProcessor. I understand that the AudioProcessor is useful for Plugins and being connected to a gui but not sure where the AudioSource might be useful.
I am developing a plugin that would chain various AudioProcessors together. Each source AudioProcesor has inside it a Synthesiser that produces sound. The tutorial shows this coming from an AudioSource class but I from what I can tell putting the AudioSource in the AudioProcessor may be an unnecessary indirection accomplish the task.
So just wondering if there is some benefit I am not seeing that the AudioSource would provide