This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Add Timer::getTime().
tags/v2.0.0
Andrew Belt
3 years ago
parent
23428d171f
commit
29cafc48ef
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
include/dsp/digital.hpp
+ 4
- 0
include/dsp/digital.hpp
View File
@@ -125,6 +125,10 @@ struct TTimer {
time += deltaTime;
return time;
}
T getTime() {
return time;
}
};
typedef TTimer<> Timer;
Write
Preview
Loading…
Cancel
Save