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
During a conversation on Twitter, @killercup created a nice proof of concept for a simple macro-based audio engine. Right now it looks like this:
#[macro_use] extern crate macromusic; sick_beat!( 340 4, 200 1, 380 4, 200 1, 400 2, 200 1, 440 2, 200 1, 200 1, 133 1, 133 1, 300 2, 200 1, 340 2, 200 1, 550 2, 590 3, 550 3, 500 2 );
He suggested to spice that up with multi-track support. I think that's a great idea!
I love chiptune and beepy audio.
Invite @killercup, get some beers, start cracking.
The text was updated successfully, but these errors were encountered:
Let's do this!
Sorry, something went wrong.
No branches or pull requests
What?
During a conversation on Twitter, @killercup created a nice proof of concept for a simple macro-based audio engine.
Right now it looks like this:
He suggested to spice that up with multi-track support. I think that's a great idea!
Why?
I love chiptune and beepy audio.
How?
Invite @killercup, get some beers, start cracking.
The text was updated successfully, but these errors were encountered: