Skip to content

Commit

Permalink
add web-audio-automation-timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
therewasaguy committed Jan 18, 2016
1 parent b246302 commit bf1b736
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ module.exports = function(grunt) {
out: 'lib/p5.sound.js',
paths: {
'Tone' : 'node_modules/tone/Tone',
'automation-timeline': 'node_modules/web-audio-automation-timeline/build/automation-timeline-amd',
'panner' : 'src/panner',
'sndcore': 'src/sndcore',
'master': 'src/master',
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"url": "https://github.com/therewasaguy/p5.sound.js.git"
},
"version": "0.2.17",
"licenses": [
{
"type": "MIT"
}
],
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
Expand All @@ -22,7 +18,10 @@
"grunt-contrib-yuidoc": "0.5.2",
"almond": "~0.2.7",
"amdclean": "~2.0",
"grunt-contrib-sass": "~0.7.2",
"tone": "~0.3"
"grunt-contrib-sass": "~0.7.2"
},
"dependencies": {
"tone": "git+https://github.com/therewasaguy/tone.js.git#tonep5mod",
"web-audio-automation-timeline": "therewasaguy/web-audio-automation-timeline"
}
}

0 comments on commit bf1b736

Please sign in to comment.