load_signal_and_get_timeline in browser.rs, tasks.start_browser_release
This commit is contained in:
parent
3820a64789
commit
fbdf8090a1
6 changed files with 119 additions and 16 deletions
|
@ -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],
|
||||
|
|
Reference in a new issue