19 std::shared_ptr<ndsp::OptDisplayerWarper> optdisp;
22 std::shared_ptr<ndsp::Block> blk;
25 NodeInternal(
const Flowgraph *f, std::shared_ptr<ndsp::Block> b);
27 virtual bool render();
29 virtual void up_state() { optdisp->update(); }
31 virtual nlohmann::json getP();
32 virtual void setP(nlohmann::json p);