2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-13 19:18:29 +00:00

release 9

[skip ci]
This commit is contained in:
Yotam Mann 2017-01-08 18:35:18 -05:00
parent 5d7c95b806
commit 53cbec543e
2 changed files with 1 additions and 15 deletions

View file

@ -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) {
/**

2
build/Tone.min.js vendored

File diff suppressed because one or more lines are too long