macromusic 0.1.0

Just a quick thing to output some silly sounds
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[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
);