Skip to content

Commit

Permalink
Upgrade sst-effects for Flanger; Nimbus enum public (#7087)
Browse files Browse the repository at this point in the history
1. sst-effects has a tiney flanger fix; pull the submodule
2. Nimbus slot enum was private; make it public for rack

Closes #7083
  • Loading branch information
baconpaul authored Jul 4, 2023
1 parent 543c2b3 commit 469ba04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sst/sst-effects
2 changes: 2 additions & 0 deletions src/common/dsp/effects/NimbusEffect.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ struct SRC_STATE_tag;

class NimbusEffect : public Effect
{
public:
enum nmb_params
{
nmb_mode,
Expand All @@ -58,6 +59,7 @@ class NimbusEffect : public Effect
nmb_num_params,
};

private:
lipol_ps_blocksz mix alignas(16);
float L alignas(16)[BLOCK_SIZE], R alignas(16)[BLOCK_SIZE];

Expand Down

0 comments on commit 469ba04

Please sign in to comment.