|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include "Operators.hpp"#include "MayaFlux/API/Chronie.hpp"#include "MayaFlux/API/Config.hpp"#include "MayaFlux/API/Graph.hpp"
Include dependency graph for Operators.cpp:Go to the source code of this file.
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
| namespace | MayaFlux::Kriya |
Functions | |
| void | MayaFlux::Kriya::operator>> (std::shared_ptr< Nodes::Node > node, DAC &terminal) |
| Connects a processing node to the system output. | |
| void | MayaFlux::Kriya::operator>> (std::shared_ptr< Nodes::Node > node, const NodeTimeSpec &time_op) |
| Activates a processing node for a specific duration. | |
| NodeTimeSpec | MayaFlux::Kriya::Time (double seconds) |
| NodeTimeSpec | MayaFlux::Kriya::Time (double seconds, uint32_t channel) |
| NodeTimeSpec | MayaFlux::Kriya::Time (double seconds, std::vector< uint32_t > channels) |
| Creates a NodeTimeSpec with the specified duration. | |