1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-01 14:43:48 +01:00

Move class ZoomInfo to separate files

This commit is contained in:
Paul Licameli
2019-06-19 10:30:21 -04:00
parent f7dfc34de9
commit a99b746520
11 changed files with 306 additions and 257 deletions

View File

@@ -321,6 +321,7 @@
<ClCompile Include="..\..\..\src\VoiceKey.cpp" />
<ClCompile Include="..\..\..\src\WaveClip.cpp" />
<ClCompile Include="..\..\..\src\WaveTrack.cpp" />
<ClCompile Include="..\..\..\src\ZoomInfo.cpp" />
<ClCompile Include="..\..\..\src\widgets\BackedPanel.cpp" />
<ClCompile Include="..\..\..\src\widgets\HelpSystem.cpp" />
<ClCompile Include="..\..\..\src\widgets\NumericTextCtrl.cpp" />
@@ -714,6 +715,7 @@
<ClInclude Include="..\..\..\src\WaveClip.h" />
<ClInclude Include="..\..\..\src\WaveTrack.h" />
<ClInclude Include="..\..\..\src\WrappedType.h" />
<ClInclude Include="..\..\..\src\ZoomInfo.h" />
<ClInclude Include="..\..\..\src\effects\Amplify.h" />
<ClInclude Include="..\..\..\src\effects\AutoDuck.h" />
<ClInclude Include="..\..\..\src\effects\BassTreble.h" />