signal_to_timeline
This commit is contained in:
parent
a37675b094
commit
aeb95b982f
10 changed files with 92 additions and 21 deletions
|
@ -37,8 +37,8 @@ pub async fn load_and_get_signal(signal_ref: wellen::SignalRef) -> wellen::Signa
|
|||
platform::load_and_get_signal(signal_ref).await
|
||||
}
|
||||
|
||||
pub async fn timeline(signal_ref: wellen::SignalRef, screen_width: u32) -> shared::Timeline {
|
||||
platform::timeline(signal_ref, screen_width).await
|
||||
pub async fn timeline(signal_ref: wellen::SignalRef, screen_width: u32, block_height: u32) -> shared::Timeline {
|
||||
platform::timeline(signal_ref, screen_width, block_height).await
|
||||
}
|
||||
|
||||
pub async fn unload_signal(signal_ref: wellen::SignalRef) {
|
||||
|
|
Reference in a new issue