doc: visual functions

This commit is contained in:
Felix Roos 2024-06-02 23:12:31 +02:00
parent 25981092b1
commit 1acb675f5a
7 changed files with 104 additions and 40 deletions

View file

@ -130,7 +130,7 @@ Pattern.prototype.fscope = function (config = {}) {
* @param {number} pos y-position relative to screen height. 0 = top, 1 = bottom of screen
* @param {number} trigger amplitude value that is used to align the scope. defaults to 0.
* @example
* s("sawtooth").scope()
* s("sawtooth")._scope()
*/
let latestColor = {};
Pattern.prototype.tscope = function (config = {}) {