Skip to content

Commit

Permalink
Rename env.js to envelope.js, and update entries in Gruntfile and app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JunShern committed Jun 1, 2018
1 parent 6631e23 commit a63b1e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = function(grunt) {
'pulse': 'src/pulse',
'noise': 'src/noise',
'audioin': 'src/audioin',
'env': 'src/env',
'envelope': 'src/envelope',
'delay': 'src/delay',
'effect': 'src/effect',
'panner3d' : 'src/panner3d',
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define(function (require) {
require('fft');
require('signal');
require('oscillator');
require('env');
require('envelope');
require('pulse');
require('noise');
require('audioin');
Expand Down
File renamed without changes.

0 comments on commit a63b1e9

Please sign in to comment.