Skip to content

Commit

Permalink
Add Faust DSP Testbench in JUCE architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Sep 23, 2024
1 parent de4e5fc commit 729ec10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions architecture/juce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ Some plugins add latency in the signal path. A special global metadata can be us
- `declare latency_frames "7000";` (or alternatively `declare latency_samples "7000";`) to express the latency in samples/frames

- `declare latency_sec "0.5";` to express the latency in seconds, to be converted internally in samples/frames using the host sample rate

## Faust DSP Testbench

As a fork of the [DSP-Testbench](https://github.com/AndrewJJ/DSP-Testbench) project, [Faust DSP Testbench](https://github.com/grame-cncm/Faust-DSP-Testbench) is designed to help developers using the [JUCE framework](https://juce.com) to analyse their Faust DSP by providing a test harness for code inheriting from `juce::dsp::ProcessorBase`. The harness provides signal sources, routing, analysis and monitoring functions.

0 comments on commit 729ec10

Please sign in to comment.