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

Sweet Macro Music Joint Venture #23

Open
mre opened this issue Mar 23, 2018 · 1 comment
Open

Sweet Macro Music Joint Venture #23

mre opened this issue Mar 23, 2018 · 1 comment

Comments

@mre
Copy link
Member

mre commented Mar 23, 2018

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:

#[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!

Why?

I love chiptune and beepy audio.

How?

Invite @killercup, get some beers, start cracking.

@killercup
Copy link
Contributor

Let's do this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants