-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make all examples backend agnostic (work with soundio/stdout backends) #11
Comments
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
Use GNATCOLL.Opt_Parse for command line arguments parsing. For the moment it's useless, but the aim is to have only one example program for both backends and all examples.
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
Add `Transpose` function to utils, and a test program.
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
Add `Transpose` function to utils, and a test program.
raph-amiard
added a commit
that referenced
this issue
May 31, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 examples to be able to output to both backends.
The text was updated successfully, but these errors were encountered: