mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Temporal: fixes, changes, redesigns, extensions to be able to compile ARDOUR::Region with timepos_t/timecnt_t members
This commit is contained in:
parent
b7b4c99bc9
commit
b5bf518a0a
3 changed files with 80 additions and 33 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue