Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synthesizer Interface to decouple project from SDL 2 #11

Open
airloaf opened this issue Dec 27, 2020 · 0 comments
Open

Synthesizer Interface to decouple project from SDL 2 #11

airloaf opened this issue Dec 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@airloaf
Copy link
Owner

airloaf commented Dec 27, 2020

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 airloaf added the enhancement New feature or request label Dec 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant