mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
wip: cmdsys: define arranger commands
This commit is contained in:
parent
abbe0dc8f7
commit
1f375219db
3 changed files with 40 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ enum SequencerCommand {
|
|||
Transport(TransportCommand),
|
||||
Phrase(PhrasePoolCommand),
|
||||
Editor(PhraseEditorCommand),
|
||||
// TODO: 1-8 seek markers that by default start every 8th of the phrase
|
||||
}
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub enum PhrasePoolCommand {
|
||||
|
|
@ -50,6 +49,7 @@ pub enum PhraseLengthCommand {
|
|||
}
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub enum PhraseEditorCommand {
|
||||
// TODO: 1-9 seek markers that by default start every 8th of the phrase
|
||||
ToggleDirection,
|
||||
EnterEditMode,
|
||||
ExitEditMode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue