mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
commit
70e07a1144
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ define(["Tone/core/Tone", "Tone/instrument/Instrument", "Tone/source/FMOscillato
|
|||
*
|
||||
* @constructor
|
||||
* @extends {Tone.Instrument}
|
||||
* @param {Object} [options] The options availble for the synth
|
||||
* @param {Object} [options] The options available for the synth
|
||||
* see defaults below
|
||||
*/
|
||||
Tone.MetalSynth = function(options){
|
||||
|
@ -270,4 +270,4 @@ define(["Tone/core/Tone", "Tone/instrument/Instrument", "Tone/source/FMOscillato
|
|||
};
|
||||
|
||||
return Tone.MetalSynth;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue