MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / DurationController

Method DurationController

Duration/src/DurationController.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#define TEXT_INPUT_WIDTH 100
38
39DurationController::DurationController(){
40 lastOSCBundleSent = 0;
41 shouldStartPlayback = false;
42 receivedAddTrack = false;
43 receivedPaletteToLoad = false;
44
45 enabled = false;
46 shouldCreateNewProject = false;
47 shouldLoadProject = false;
48 audioTrack = NULL;
49}
50
51DurationController::~DurationController(){
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected