Tech
Generate MIDI and WAV from the Same C# Source with SoundScript
Less audio plumbing. More programmable sound.
Generating a MIDI file in C# isn't particularly difficult.
Generating MIDI, rendering audio, keeping everything reproducible, and making the musical source easy to review in Git is where complexity starts to accumulate.
SoundScript takes a different approach.
Instead of manually creating MIDI events or building audio pipelines, you describe musical intent and let SoundScript render the outputs.
Let's build something.
...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to