1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

DSP module: Added a Phase class

This commit is contained in:
jules 2017-12-12 12:52:25 +00:00
parent 2215001d0c
commit fdebb67071
3 changed files with 86 additions and 26 deletions

View file

@ -241,6 +241,7 @@ namespace juce
#include "maths/juce_SpecialFunctions.h"
#include "maths/juce_Matrix.h"
#include "maths/juce_Phase.h"
#include "maths/juce_Polynomial.h"
#include "maths/juce_FastMathApproximations.h"
#include "maths/juce_LookupTable.h"