Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into disable_params_level_conne…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
RachelMaryamLocke committed Jul 30, 2023
2 parents ff8f120 + 03317b2 commit bc127d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manual/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Information about specific sessions of the plugin can be seen in
the plugin log files. These files are can be found in the following
location:
- Windows: `C:\Users\<username>\AppData\Roaming\ChowdhuryDSP\BYOD\Logs`
- Mac: `~/Library/ChowdhuryDSP/BYOD/Logs`
- Mac: `~/Library/Logs/ChowdhuryDSP/BYOD/Logs`
- Linux: `~/.config/ChowdhuryDSP/BYOD/Logs`

### Copying Plugin Diagnostics
Expand Down
2 changes: 1 addition & 1 deletion src/processors/other/krusher/Krusher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ParamLayout Krusher::createParameterLayout()
&stringToFloatVal);
emplace_param<chowdsp::ChoiceParameter> (params,
"bit_reduction_filter",
"Smoothq",
"Smooth",
StringArray { "Zero-Order", "First-Order", "Second-Order", "Third-Order" },
1);
createPercentParameter (params, "mix", "Mix", 1.0f);
Expand Down

0 comments on commit bc127d4

Please sign in to comment.