mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DSP: Update convolution
This commit is contained in:
parent
2c81da73f9
commit
fca3429e6e
48 changed files with 3692 additions and 1830 deletions
|
|
@ -344,6 +344,9 @@
|
|||
<ClCompile Include="..\..\..\..\modules\juce_core\maths\juce_Random.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_AllocationHooks.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\..\modules\juce_core\memory\juce_MemoryBlock.cpp">
|
||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
|
|
@ -1721,6 +1724,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Random.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_Range.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\maths\juce_StatisticsAccumulator.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_AllocationHooks.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_Atomic.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ByteOrder.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\memory\juce_ContainerDeletePolicy.h"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue