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

Sound api: channel, synth, sequence, effect, lfo, envelope, callbacks, etc.. #134

Open
1 task
github-actions bot opened this issue Sep 28, 2023 · 0 comments
Open
1 task
Assignees
Labels
api About Playdate API, bindings and all over that. sound todo

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 28, 2023

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
#![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 {
@github-actions github-actions bot added the todo label Sep 28, 2023
@boozook boozook added api About Playdate API, bindings and all over that. sound labels Mar 4, 2024
@boozook boozook added this to the Full API Coverage milestone Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api About Playdate API, bindings and all over that. sound todo
Projects
Status: No status
Development

No branches or pull requests

1 participant