mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
control transport values
This commit is contained in:
parent
33e5f47526
commit
45021bc77a
10 changed files with 168 additions and 86 deletions
|
|
@ -13,7 +13,7 @@ pub use self::track::Track;
|
|||
pub use self::sampler::{Sampler, Sample, read_sample_data};
|
||||
pub use self::mixer::Mixer;
|
||||
pub use self::plugin::{Plugin, PluginKind, lv2::LV2Plugin};
|
||||
pub use self::transport::TransportToolbar;
|
||||
pub use self::transport::{TransportToolbar, TransportFocus};
|
||||
|
||||
use crate::{core::*, view::*};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue