File tree Expand file tree Collapse file tree 2 files changed +249
-257
lines changed Expand file tree Collapse file tree 2 files changed +249
-257
lines changed Original file line number Diff line number Diff line change @@ -42,40 +42,33 @@ p5.BandPass = BandPass;
42
42
import EQ from './eq' ;
43
43
p5 . EQ = EQ ;
44
44
45
-
46
-
47
45
import listener3D from './listener3d' ;
48
46
p5 . listener3D = listener3D ;
49
47
50
-
51
-
52
48
import Panner3D from './panner3d' ;
53
49
p5 . Panner3D = Panner3D ;
54
50
55
-
56
-
57
51
import Delay from './delay' ;
58
52
p5 . Delay = Delay ;
59
53
60
-
61
54
import './reverb' ;
62
55
63
56
import Metro from './metro' ;
64
57
p5 . Metro = Metro ;
65
58
66
59
import './looper' ;
67
- import './soundLoop' ;
60
+
61
+ import SoundLoop from './soundLoop' ;
62
+ p5 . SoundLoop = SoundLoop ;
68
63
69
64
import Compressor from './compressor' ;
70
65
p5 . Compressor = Compressor ;
71
66
72
67
import './soundRecorder' ;
73
68
74
-
75
69
import peakDetect from './peakDetect' ;
76
70
p5 . peakDetect = peakDetect ;
77
71
78
-
79
72
import Distortion from './distortion' ;
80
73
p5 . Distortion = Distortion ;
81
74
@@ -88,11 +81,8 @@ p5.AudioVoice = AudioVoice;
88
81
import MonoSynth from './monosynth' ;
89
82
p5 . MonoSynth = MonoSynth ;
90
83
91
-
92
-
93
84
import OnsetDetect from './onsetDetect' ;
94
85
p5 . OnsetDetect = OnsetDetect ;
95
86
96
87
import PolySynth from './polysynth' ;
97
88
p5 . PolySynth = PolySynth ;
98
-
You can’t perform that action at this time.
0 commit comments