mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Add envelope commands
- Added SetEnvelope (which can also delete/clear an envelope.) - Added GetInfo: Type=Envelope
This commit is contained in:
committed by
Paul Licameli
parent
5d36890cb0
commit
edf90d6e2c
@@ -144,6 +144,7 @@
|
||||
<ClCompile Include="..\..\..\src\commands\LoadCommands.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\OpenSaveCommands.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\SetClipCommand.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\SetEnvelopeCommand.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\SetLabelCommand.cpp" />
|
||||
<ClCompile Include="..\..\..\src\commands\SetProjectCommand.cpp" />
|
||||
<ClCompile Include="..\..\..\src\Dependencies.cpp" />
|
||||
@@ -485,6 +486,7 @@
|
||||
<ClInclude Include="..\..\..\src\commands\LoadCommands.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\OpenSaveCommands.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\SetClipCommand.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\SetEnvelopeCommand.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\SetLabelCommand.h" />
|
||||
<ClInclude Include="..\..\..\src\commands\SetProjectCommand.h" />
|
||||
<ClInclude Include="..\..\..\src\DeviceChange.h" />
|
||||
|
||||
@@ -1073,6 +1073,9 @@
|
||||
<ClCompile Include="..\..\..\src\commands\SetProjectCommand.cpp">
|
||||
<Filter>src\commands</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\commands\SetEnvelopeCommand.cpp">
|
||||
<Filter>src\commands</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\src\AboutDialog.h">
|
||||
@@ -2140,6 +2143,9 @@
|
||||
<ClInclude Include="..\..\..\src\commands\SetProjectCommand.h">
|
||||
<Filter>src\commands</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\commands\SetEnvelopeCommand.h">
|
||||
<Filter>src\commands</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\..\audacity.ico">
|
||||
|
||||
Reference in New Issue
Block a user