MCPcopy Create free account
hub / github.com/LabSound/LabSound / getCursor

Method getCursor

src/core/SampledAudioNode.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539 }
540
541 int32_t SampledAudioNode::getCursor() const
542 {
543 return _internals->greatest_cursor;
544 }
545
546
547 /// @TODO change the interface:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected