mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-28 12:33:12 +00:00
showing more of the waveform
This commit is contained in:
parent
cde3e53761
commit
dffe6ac151
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export { FMOscillatorOptions } from "./OscillatorInterface";
|
||||||
* @offline 0.1 1
|
* @offline 0.1 1
|
||||||
* @example
|
* @example
|
||||||
* const fmOsc = new Tone.FMOscillator({
|
* const fmOsc = new Tone.FMOscillator({
|
||||||
* frequency: 20,
|
* frequency: 200,
|
||||||
* type: "square",
|
* type: "square",
|
||||||
* modulationType: "triangle",
|
* modulationType: "triangle",
|
||||||
* harmonicity: 0.2,
|
* harmonicity: 0.2,
|
||||||
|
|
Loading…
Reference in a new issue