Skip to content

Commit

Permalink
fix: fix sequential step type - colors are numbers now
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinSauce committed May 13, 2024
1 parent 479d2a9 commit 5f9e689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/BankSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface Lfo {
interface Step {
numMessages: number;
label: string;
color: string; // 24-bit hex
color: number;
messages: RawMessage[];
}

Expand Down

0 comments on commit 5f9e689

Please sign in to comment.