load_signal_and_get_timeline in browser.rs, tasks.start_browser_release

This commit is contained in:
Martin Kavík 2024-06-08 18:24:11 +02:00
parent 3820a64789
commit fbdf8090a1
6 changed files with 119 additions and 16 deletions

View file

@ -88,6 +88,7 @@ pub fn run() {
.expect("error while running tauri application");
}
// @TODO keep in sync with the same method in `frontend/src/platform/browser.rs`
fn signal_to_timeline(
signal: &wellen::Signal,
time_table: &[wellen::Time],