I’m currently in the process of building my own DAW. I’ve already built the needed UI, but now it’s time for the real deal, audio playback.
Essentially I have a project, which contains tracks, which contains clips, which contains audio samples.
Here is my UI so you could better understand:
I want the user to be able to play such projects to the output device, but I’m quite lost on how to do it.
I’ve read about the AudioProcessor, AudioProcessorGraph, and many more but I don’t really see how they will fit.
In the future, I want the users to be able to create busses and so on, but that’s a whole other question.
If anyone has any suggestions/ideas/solutions, it would be super appreciated