Module: hud

Head-up display functions. To work properly requires initialization of the separate canvas element.

Summary

Methods

Detailed Description

Methods

draw_mixer_strip()

Draw the mixer strip. Used by mixer addon.
Deprecated
Source:

plot_array(header, slot, arr, arg_min, arg_max, val_min, val_max)

Plot the array.
Parameters:
Name Type Description
header string Plot header
slot number Slot number
arr Float32Array Array
arg_min number Minimum plot argument value
arg_max number Maximum plot argument value
val_min number Minimum plot value
val_max number Maximum plot value
Deprecated
Source: