|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
#include "Temporal.hpp"#include "MayaFlux/API/Chronie.hpp"#include "MayaFlux/API/Graph.hpp"#include "MayaFlux/Kriya/Timers.hpp"
Include dependency graph for Temporal.cpp:Go to the source code of this file.
Namespaces | |
| namespace | MayaFlux |
| Main namespace for the Maya Flux audio engine. | |
Functions | |
| TimeSpec | MayaFlux::Time (double seconds, uint32_t channel=0) |
| Creates a TimeSpec with the specified duration and a single channel. | |
| TimeSpec | MayaFlux::Time (double seconds, std::vector< uint32_t > channels) |
| Creates a TimeSpec with the specified duration and a list of channels. | |
| std::shared_ptr< Nodes::Node > | MayaFlux::operator| (const TemporalWrapper< Nodes::Node > &wrapper, Domain domain) |
| Activates a node in a specific domain for the duration specified by the TemporalWrapper. | |
| std::shared_ptr< Buffers::Buffer > | MayaFlux::operator| (const TemporalWrapper< Buffers::Buffer > &wrapper, Domain domain) |
| Activates a buffer in a specific domain for the duration specified by the TemporalWrapper. | |
| std::shared_ptr< Nodes::Network::NodeNetwork > | MayaFlux::operator| (const TemporalWrapper< Nodes::Network::NodeNetwork > &wrapper, Domain domain) |
| Activates a node network in a specific domain for the duration specified by the TemporalWrapper. | |