wip: cmdsys: define arranger commands

This commit is contained in:
🪞👃🪞 2024-11-07 01:10:52 +01:00
parent abbe0dc8f7
commit 1f375219db
3 changed files with 40 additions and 2 deletions

View file

@ -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,