Feat: mixed bag
This commit is contained in:
@@ -139,6 +139,13 @@ impl App {
|
||||
} => {
|
||||
self.project_state.project.banks[bank].patterns[pattern].name = name;
|
||||
}
|
||||
AppCommand::DescribePattern {
|
||||
bank,
|
||||
pattern,
|
||||
description,
|
||||
} => {
|
||||
self.project_state.project.banks[bank].patterns[pattern].description = description;
|
||||
}
|
||||
AppCommand::RenameStep {
|
||||
bank,
|
||||
pattern,
|
||||
@@ -179,6 +186,7 @@ impl App {
|
||||
bank,
|
||||
pattern,
|
||||
name,
|
||||
description,
|
||||
length,
|
||||
speed,
|
||||
quantization,
|
||||
@@ -189,6 +197,7 @@ impl App {
|
||||
(bank, pattern),
|
||||
StagedPropChange {
|
||||
name,
|
||||
description,
|
||||
length,
|
||||
speed,
|
||||
quantization,
|
||||
|
||||
Reference in New Issue
Block a user