-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Level Detective Processor - Audio Processing & Visualiser #322
Conversation
RachelMaryamLocke
commented
Jul 18, 2023
•
edited
Loading
edited
@@ -0,0 +1,39 @@ | |||
#pragma once | |||
|
|||
#include "../../modules/chowdsp_utils/modules/gui/chowdsp_visualizers/CompressorPlots/chowdsp_LevelDetectorVisualizer.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should need this include? <chowdsp_visualizers/chowdsp_visualizers.h>
should be included in JuceHeader.h, and which should have this header included internally.
Looking good overall! I was thinking it might make sense to override |
Yes, I agree, it wouldn't make sense for the level output to send out mono audio information when the processor is bypassed, so in the case it is bypassed I have cleared the levelOutBuffer. |
Let me know if I'm ok to merge this :) |
* Starting adding Krusher module with Jai DSP * Cleaning up Jai build process * More build system improvements * Working Jai compiler on MacOS and fallback for ARM CPUs * Add bit reduction * Add fallback implementation * Build Krusher regardless of Jai availability * Trying to get Krusher working with GitHub Actions * Apply clang-format * Setting clone path * Fixing clone path * One more time * And again... * No Jai on Linux (for now) * Trying to appease Linux * Trying to fix macros * Apply clang-format * Fixing memset bug --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>