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:
parent
5d7c95b806
commit
53cbec543e
2 changed files with 1 additions and 15 deletions
build
|
@ -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
2
build/Tone.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue