mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Split EnvelopeEditor.cpp from Envelope.cpp...
... Envelope drops down out of the big strongly connected component, the new piece stays behind
This commit is contained in:
@@ -164,6 +164,7 @@
|
||||
<ClCompile Include="..\..\..\src\effects\Phaser.cpp" />
|
||||
<ClCompile Include="..\..\..\src\effects\VST\VSTControlMSW.cpp" />
|
||||
<ClCompile Include="..\..\..\src\Envelope.cpp" />
|
||||
<ClCompile Include="..\..\..\src\EnvelopeEditor.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FFmpeg.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FFT.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FileException.cpp" />
|
||||
@@ -624,6 +625,7 @@
|
||||
<ClInclude Include="..\..\..\src\DirManager.h" />
|
||||
<ClInclude Include="..\..\..\src\Dither.h" />
|
||||
<ClInclude Include="..\..\..\src\Envelope.h" />
|
||||
<ClInclude Include="..\..\..\src\EnvelopeEditor.h" />
|
||||
<ClInclude Include="..\..\..\src\Experimental.h" />
|
||||
<ClInclude Include="..\..\..\src\FFmpeg.h" />
|
||||
<ClInclude Include="..\..\..\src\FFT.h" />
|
||||
|
@@ -164,6 +164,9 @@
|
||||
<ClCompile Include="..\..\..\src\Envelope.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\EnvelopeEditor.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\FFmpeg.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
@@ -1249,6 +1252,9 @@
|
||||
<ClInclude Include="..\..\..\src\Envelope.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\EnvelopeEditor.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\Experimental.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
|
Reference in New Issue
Block a user