mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +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" />
|
||||
|
||||
Reference in New Issue
Block a user