Skip to content

Commit

Permalink
release 9
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tambien committed Jan 8, 2017
1 parent 5d7c95b commit 53cbec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions build/Tone.js
Original file line number Diff line number Diff line change
Expand Up @@ -20994,20 +20994,6 @@
};
return Tone.Sampler;
});
Module(function (Tone) {

/**
* @class Now called Tone.Synth
* @constructor
* @extends {Tone.Monophonic}
*/
Tone.SimpleSynth = function (options) {
console.warn('Tone.SimpleSynth is now called Tone.Synth');
Tone.Synth.call(this, options);
};
Tone.extend(Tone.SimpleSynth, Tone.Synth);
return Tone.SimpleSynth;
});
Module(function (Tone) {

/**
Expand Down
Loading

0 comments on commit 53cbec5

Please sign in to comment.