Skip to content

Commit

Permalink
replacement of es5 functions to es6 class def feat.P5.FFT (#502)
Browse files Browse the repository at this point in the history
* replacement of es5 functions to es6 class def feat.P5.FFT

* added class methods inside of declaration, facilating  autoboxing
  • Loading branch information
endurance21 authored Jul 20, 2020
1 parent d30c43d commit 82b85a7
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 484 deletions.
3 changes: 2 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import './audioWorklet';
import './panner';
import './soundfile';
import './amplitude';
import './fft';
import FFT from './fft';
p5.FFT = FFT;
import './signal';
import './oscillator';
import './envelope';
Expand Down
Loading

0 comments on commit 82b85a7

Please sign in to comment.