MCPcopy Create free account
hub / github.com/csound/csound / current_time_seconds

Method current_time_seconds

include/plugin.h:132–134  ·  view source on GitHub ↗

time count (seconds) */

Source from the content-addressed store, hash-verified

130 /** time count (seconds)
131 */
132 double current_time_seconds() {
133 return GetCurrentTimeSamples(this) / GetSr(this);
134 }
135
136 /** check for audio signal variable argument
137 */

Callers

nothing calls this directly

Calls 2

GetCurrentTimeSamplesFunction · 0.70
GetSrFunction · 0.70

Tested by

no test coverage detected