VSSynth icon indicating copy to clipboard operation
VSSynth copied to clipboard

Synthesizer Interface to decouple project from SDL 2

Open airloaf opened this issue 4 years ago • 0 comments

The original intention with VSynth was to make an audio synthesizer using SDL2's audio backend. It may be desirable to support other libraries in the future and have the SDL2 synth be the default implemented synth.

New Classes: Synthesizer (Abstract class that must implement the open, close, pause and unpause functions) SDL2Synthesizer (Move the current Synthesizer code into here)

airloaf avatar Dec 27 '20 20:12 airloaf