We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f632c3 commit 57b8e88Copy full SHA for 57b8e88
src/app.js
@@ -38,14 +38,22 @@ import './filter';
38
import EQ from './eq';
39
p5.EQ = EQ;
40
41
+
42
43
+import listener3D from './listener3d';
44
+p5.listener3D = listener3D;
45
46
47
48
import Panner3D from './panner3d';
49
p5.Panner3D = Panner3D;
50
-import './listener3d';
51
52
53
import Delay from './delay';
54
p5.Delay = Delay;
55
56
57
import './reverb';
58
import './metro';
59
import './looper';
@@ -56,10 +64,12 @@ p5.Compressor = Compressor;
64
65
import './soundRecorder';
66
67
68
import peakDetect from './peakDetect';
60
69
p5.peakDetect = peakDetect;
61
70
62
71
72
63
73
import Distortion from './distortion';
74
p5.Distortion = Distortion;
75
0 commit comments