Hello,
I was looking for an open source DAW on WINDOWS and I just discovered LMMS which looks amazing for what I want to achieve.
I have a technical question about a project I have. I am a C++ developper.
I have thousands of music folders containing the same structure (the same exact number of midi files) file0.mid, file1.mid, file2.mid, etc.
I would like to automatically process them as a mix with the same VSTi plugins, lets say plugin0 for file0, plugin1 for file1, etc ... and output one mix .wav file per folder.
Is there any reason why it would not be possible to achieve that?
Do you think it would be hard to do ?
Could it be 100% done without any graphical interface? (I mean by pure C++ core code)
Thanks

I was looking for an open source DAW on WINDOWS and I just discovered LMMS which looks amazing for what I want to achieve.
I have a technical question about a project I have. I am a C++ developper.
I have thousands of music folders containing the same structure (the same exact number of midi files) file0.mid, file1.mid, file2.mid, etc.
I would like to automatically process them as a mix with the same VSTi plugins, lets say plugin0 for file0, plugin1 for file1, etc ... and output one mix .wav file per folder.
Is there any reason why it would not be possible to achieve that?
Do you think it would be hard to do ?
Could it be 100% done without any graphical interface? (I mean by pure C++ core code)
Thanks
