mohayonao / old-neume.js

Neume.js is a Web Audio API library for developing browser music.
http://mohayonao.github.io/neume.js/examples/
MIT License
78 stars 6 forks source link

UGen scheduling #33

Closed mohayonao closed 9 years ago

mohayonao commented 9 years ago
Neume.Synth(function($) {
  return $("sin", {
    freq: $([ 440, 550, 660 550 ], { clip: "wrap" }).interval("4n", "next")
    mul: 0.2,
  });
});
mohayonao commented 9 years ago

fix at a02662449e619fc440489b8bb9cd671442a429b5