56 Source& from(std::shared_ptr<Nodes::Node> node);
59 Source& from(std::shared_ptr<Buffers::AudioBuffer> buf);
62 Source& from(std::shared_ptr<Nodes::Network::NodeNetwork> net);
65 Source& from(std::function<
void(std::vector<double>&)> fn);
71 [[nodiscard]] std::shared_ptr<Kakshya::PlotContainer> build();
75 uint32_t m_last_index { 0 };