mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
wip: refactor pt.19: 22 errors
This commit is contained in:
parent
2be2c8aca2
commit
914c2d6c09
12 changed files with 78 additions and 61 deletions
|
|
@ -1,7 +1,8 @@
|
|||
use crate::*;
|
||||
use std::cmp::PartialEq;
|
||||
|
||||
/// Root level object for standalone `tek_sequencer`
|
||||
/// Root level object for standalone `tek_sequencer`.
|
||||
/// Also embeddable, in which case the `player` is used for preview.
|
||||
pub struct SequencerView<E: Engine> {
|
||||
/// Controls the JACK transport.
|
||||
pub transport: TransportView<E>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue