JackPerfModel::update_from_jack_scope

This commit is contained in:
🪞👃🪞 2025-03-04 20:59:07 +02:00
parent 9d88a7361f
commit c35d505b9c
9 changed files with 30 additions and 76 deletions

View file

@ -4,7 +4,7 @@ edition = "2021"
version = "0.2.0"
[dependencies]
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", rev = "d5a304e" }
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", rev = "6cd85ef" }
tek_jack = { path = "../jack" }
tek_time = { path = "../time" }

View file

@ -67,7 +67,7 @@ audio!(
}
}
// End profiling cycle
self.perf.update(t0, scope);
self.perf.update_from_jack_scope(t0, scope);
Control::Continue
};
|self, event|{