Temporal: fixes, changes, redesigns, extensions to be able to compile ARDOUR::Region with timepos_t/timecnt_t members

This commit is contained in:
Paul Davis 2020-08-09 14:13:28 -06:00
parent b7b4c99bc9
commit b5bf518a0a
3 changed files with 80 additions and 33 deletions

View file

@ -130,6 +130,7 @@ atomic_masks ()
for (int n = 0; n < loop_count; ++n) {
t = random ();
t = t + 1;
if ((t.val() % 2LL) == 0LL) {
odd++;
}