mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
made the sawtooth private in pulse oscillator
This commit is contained in:
parent
0b4c8f6037
commit
818797712c
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ function(Tone){
|
||||||
/**
|
/**
|
||||||
* the sawtooth oscillator
|
* the sawtooth oscillator
|
||||||
* @type {Tone.Oscillator}
|
* @type {Tone.Oscillator}
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
this._sawtooth = new Tone.Oscillator(frequency, "sawtooth");
|
this._sawtooth = new Tone.Oscillator(frequency, "sawtooth");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue