This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Do not trigger host time reset when tick == 0
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.06
falkTX
2 years ago
parent
2c98fe7388
commit
9f3bc9f11f
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
plugins/Cardinal/src/HostTime.cpp
+ 0
- 1
plugins/Cardinal/src/HostTime.cpp
View File
@@ -92,7 +92,6 @@ struct HostTime : TerminalModule {
{
if (d_isZero(tick))
{
pulseReset.trigger();
pulseClock.trigger();
pulseBeat.trigger();
if (timeInfo.beat == 1)
Write
Preview
Loading…
Cancel
Save