Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.44k stars 977 forks source link

Transport class is not documented #1250

Open ozydingo opened 4 months ago

ozydingo commented 4 months ago

The feature you'd like

On Tone.js's API documentation page, the TransportClass (returned by Tone.getTransport, which is documented), does not seem to be documented. Older versions of the docs found via google do have this class documented. Can the documentation for v 15 be updated to include this class?

Any alternatives you've considered

Poking around in the js console and reading code