Skip to content

Commit

Permalink
update Tone.js dep
Browse files Browse the repository at this point in the history
  • Loading branch information
therewasaguy committed Jan 18, 2016
1 parent bf1b736 commit cd878b4
Show file tree
Hide file tree
Showing 7 changed files with 1,460 additions and 359 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function(grunt) {
include: ['src/app'],
onBuildWrite: function( name, path, contents ) {
if (path.indexOf('node_modules/tone/') > -1) {
return '/** Tone.js module by Yotam Mann, MIT License 2014 http://opensource.org/licenses/MIT **/\n' +
return '/** Tone.js module by Yotam Mann, MIT License 2016 http://opensource.org/licenses/MIT **/\n' +
require('amdclean').clean({
'code': contents.replace(/console.log(.*);/g, ''),
'escodegen': {
Expand Down
1 change: 0 additions & 1 deletion examples/loop_stepSequencer/sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function setup() {
// set tempo (Beats Per Minute) of the part and tell it to loop
part.setBPM(80);
part.loop();

}

function playKick(time, params) {
Expand Down
Loading

0 comments on commit cd878b4

Please sign in to comment.