| 1 | #include "OscFileModel.h" |
| 2 | |
| 3 | OscFileModel::OscFileModel() |
| 4 | : currentTime(0), totalTime(0), currentClip(0), totalClip(0), fps(0), name("") |
| 5 | { |
| 6 | } |
| 7 | |
| 8 | double OscFileModel::getClip() const |
| 9 | { |
nothing calls this directly
no outgoing calls
no test coverage detected