Home
last modified time | relevance | path

Searched refs:Timecode_IS_AROUND_ZERO (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/temporal/
H A Dtime.cc19 #define Timecode_IS_AROUND_ZERO(sm) (!(sm).frames && !(sm).seconds && !(sm).minutes && !(sm).hours) macro
43 if (Timecode_IS_AROUND_ZERO (timecode) && timecode.subframes) { in increment()
133 } else if (Timecode_IS_AROUND_ZERO (timecode) && timecode.subframes) { in decrement()