polySynth.js 167 B

1234567
  1. this.triggerAttackRelease = function(note, duration, time, velocity) {
  2. }
  3. this.triggerAttack = function(note, velocity) {
  4. }
  5. this.triggerRelease = function(note) {
  6. }