Simple synth and sequencing lib
Just has simple sine, square, saw and noise waveforms at the moment. Planning on putting in filters.
Usage:
```rust
extern crate audact;
use audact::system::{ Audact, Wave };
use audact::notes;
fn main() {
}
```