MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / CanvasTimeline

Method CanvasTimeline

Source/CanvasTimeline.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "ModularSynth.h"
31
32CanvasTimeline::CanvasTimeline(Canvas* canvas, std::string name)
33: mCanvas(canvas)
34{
35 SetName(name.c_str());
36 SetParent(canvas->GetModuleParent());
37}
38
39void CanvasTimeline::Render()
40{

Callers

nothing calls this directly

Calls 1

GetModuleParentMethod · 0.80

Tested by

no test coverage detected