MCPcopy Create free account
hub / github.com/VCVRack/Rack / getFrame

Method getFrame

include/midi.hpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 std::string toString() const;
80
81 int64_t getFrame() const {
82 return frame;
83 }
84
85 void setFrame(int64_t frame) {
86 this->frame = frame;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected