I can provide music for intros.
I have my own synth code, I will not work with others. Period.
My synth provides a buffer upon calling a function. Generally you need to pass this into a playback system. It works just fine on the latest Visual Studio Community.
The synth dependencies are:
- C++11 features
- contains inline x86 FPU assembly code, it does not rely on any external math functions.
- dynamic memory management. (I can provide basic stuff that works on windows)
The size...
Read more...