More fixes related to offset

This commit is contained in:
2023-08-26 22:30:01 +03:00
parent 0a4fba7870
commit 9d07f35908
2 changed files with 13 additions and 13 deletions

View File

@ -44,7 +44,7 @@ struct channel {
byte CV1Range;
byte CV2Target;
byte CV2Range;
byte offset;
unsigned int offset;
byte random;
byte seqPattern;
};