Skip to content

Commit

Permalink
fixed saturate and fold
Browse files Browse the repository at this point in the history
  • Loading branch information
dukesrg committed Oct 25, 2023
1 parent 43db72c commit 9a11ea5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 397 deletions.
2 changes: 1 addition & 1 deletion platform/drumlogue/Tesseract-synth/header.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const __unit_header unit_header_t unit_header = {
.api = UNIT_API_VERSION, // logue sdk API version against which unit was built
.dev_id = 0x656B7544U, // developer identifier
.unit_id = 0x73736554U, // Id for this unit, should be unique within the scope of a given dev_id
.version = 0x00000202U, // This unit's version: major.minor.patch (major<<16 minor<<8 patch).
.version = 0x00000300U, // This unit's version: major.minor.patch (major<<16 minor<<8 patch).
.name = "Tesseract", // Name for this unit, will be displayed on device
.num_presets = 0, // Number of internal presets this unit has
.num_params = PARAM_COUNT, // Number of parameters for this unit, max 24
Expand Down
Loading

0 comments on commit 9a11ea5

Please sign in to comment.