mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
scene playing indicator
This commit is contained in:
parent
e605935698
commit
7d6bdcca99
2 changed files with 7 additions and 8 deletions
|
|
@ -1,11 +1,7 @@
|
|||
use crate::core::*;
|
||||
|
||||
#[derive(PartialEq)]
|
||||
pub enum TransportFocus {
|
||||
BPM,
|
||||
Quant,
|
||||
Sync,
|
||||
}
|
||||
pub enum TransportFocus { BPM, Quant, Sync }
|
||||
|
||||
impl TransportFocus {
|
||||
pub fn prev (&mut self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue