MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ times()

Wiring & MayaFlux::Nexus::Wiring::times ( size_t  count)

Repeat the configured sequence or choreography N times.

Parameters
countNumber of repetitions.

Definition at line 72 of file Wiring.cpp.

73{
74 m_times = count;
75 return *this;
76}
Eigen::Index count

References count, and m_times.