Skip to content

Commit

Permalink
Worked on synth.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Aug 17, 2020
1 parent bc58ba2 commit a5f8e60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/sine.ml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
open Stream

let () =
let s = sine () 440. >>= amp 0.5 in
Output.play (s >>= stereo)

0 comments on commit a5f8e60

Please sign in to comment.