Skip to content

Commit

Permalink
removing min/maxValue setters for p5.Signal Gain because they didnt a…
Browse files Browse the repository at this point in the history
…ctually do anything and made safari break
  • Loading branch information
therewasaguy committed Aug 23, 2014
1 parent b7e5ea8 commit 7a14272
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 173 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ module.exports = function(grunt) {
'reverb': 'src/reverb',
'looper': 'src/looper',
'soundRecorder': 'src/soundRecorder',
'signal': 'src/signal'
'signal': 'src/signal',
'metro': 'src/metro'
},
useStrict: true,
wrap: {
Expand Down
Loading

0 comments on commit 7a14272

Please sign in to comment.