| 37 | #define TEXT_INPUT_WIDTH 100 |
| 38 | |
| 39 | DurationController::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 | |
| 51 | DurationController::~DurationController(){ |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected