We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sound api: channel, synth, sequence, effect, lfo, envelope, callbacks, etc.. https://api.github.com/boozook/playdate/blob/e4c7b9442cf7637a812c52fbeee32d49cbaacba7/api/sound/src/lib.rs#L19
#![feature(error_in_core)] #![feature(const_trait_impl)] use core::ffi::c_int; use core::ffi::c_void; use sys::ffi::AudioSourceFunction; use sys::traits::AsRaw; extern crate sys; extern crate alloc; pub mod error; pub mod player; pub mod sample; pub mod source; // TODO: Sound api: channel, synth, sequence, effect, lfo, envelope, callbacks, etc.. pub mod prelude {
The text was updated successfully, but these errors were encountered:
boozook
No branches or pull requests
Sound api: channel, synth, sequence, effect, lfo, envelope, callbacks, etc..
https://api.github.com/boozook/playdate/blob/e4c7b9442cf7637a812c52fbeee32d49cbaacba7/api/sound/src/lib.rs#L19
Source of this issue
The text was updated successfully, but these errors were encountered: