Skip to content

Commit 7a14272

Browse files
committed
removing min/maxValue setters for p5.Signal Gain because they didnt actually do anything and made safari break
1 parent b7e5ea8 commit 7a14272

File tree

8 files changed

+323
-173
lines changed

8 files changed

+323
-173
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ module.exports = function(grunt) {
8787
'reverb': 'src/reverb',
8888
'looper': 'src/looper',
8989
'soundRecorder': 'src/soundRecorder',
90-
'signal': 'src/signal'
90+
'signal': 'src/signal',
91+
'metro': 'src/metro'
9192
},
9293
useStrict: true,
9394
wrap: {

0 commit comments

Comments
 (0)