Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.37k stars 976 forks source link

custom decay curve issue #1107 #1126

Closed quargsgreene closed 1 year ago

quargsgreene commented 1 year ago
  1. Please make all pull requests on the dev branch.
  2. Don't commit build files
  3. Try to get all tests to pass.
codecov[bot] commented 1 year ago

Codecov Report

Merging #1126 (d463286) into dev (ae0033d) will decrease coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              dev    #1126      +/-   ##
==========================================
- Coverage   98.43%   98.40%   -0.03%     
==========================================
  Files         184      184              
  Lines        7710     7709       -1     
  Branches      679      679              
==========================================
- Hits         7589     7586       -3     
- Misses         34       35       +1     
- Partials       87       88       +1     
Impacted Files Coverage Δ
Tone/component/envelope/Envelope.ts 99.35% <100.00%> (-<0.01%) :arrow_down:
Tone/event/PatternGenerator.ts 97.18% <0.00%> (-2.82%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

tambien commented 1 year ago

This is great! thank you!