glide.math module

class glide.math.Average(name, _log=False, _debug=False, **default_context)[source]

Bases: glide.core.Node

Push the average of the input

run(data)[source]

Take the average of data and push it

class glide.math.Sum(name, _log=False, _debug=False, **default_context)[source]

Bases: glide.core.Node

Push the sum of the input

run(data)[source]

Take the sum of data and push it