mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly
This commit is contained in:
parent
7a34790388
commit
f1d6298206
10 changed files with 352 additions and 239 deletions
|
|
@ -101,6 +101,9 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\DSPModulePluginDemo.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<PostBuildEvent>
|
||||
<Command>if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(TargetName).dll" "c:\vstplugins\musical entropy\$(TargetName).dll"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Midl>
|
||||
|
|
@ -143,6 +146,9 @@
|
|||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||
<OutputFile>$(IntDir)\DSPModulePluginDemo.bsc</OutputFile>
|
||||
</Bscmake>
|
||||
<PostBuildEvent>
|
||||
<Command>if "$(ProjectName)"=="$(SolutionName)_VST" copy /Y "$(TargetDir)\$(TargetName).dll" "c:\vstplugins\musical entropy\$(TargetName).dll"</Command>
|
||||
</PostBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\Source\PluginProcessor.cpp"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue