ada-synth-lib icon indicating copy to clipboard operation
ada-synth-lib copied to clipboard

Simple audio synthesis library

Results 7 ada-synth-lib issues
Sort by recently updated
recently updated
newest added

In this patch I added support for MIDI. I wrote the MIDI class in a way that it can be easily reused with any MIDI byte stream, e.g. on embedded...

There are a few smells in the project structure: 1. Projects are duplicating flags instead of inheriting them 2. Some functionality could be shared better, and options are not exactly...

For the moment, examples are either using the soundio backend, or the stdout backend, with only the first example being able to output to both. Opening this to refactor the...

Hi! I have a question. What license is this library released under? I wish to integrate this into one of my FLOSS projects. Thanks.

Opening this issue to support MIDI input (being able to take in MIDI)