mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Add spectral delete effect
This commit is contained in:
parent
63580910a2
commit
8e57ce451a
@ -87,6 +87,7 @@ nobase_dist_pkgdata_DATA = \
|
||||
plug-ins/sample-data-import.ny \
|
||||
plug-ins/SilenceMarker.ny \
|
||||
plug-ins/SoundFinder.ny \
|
||||
plug-ins/spectral-delete.ny \
|
||||
plug-ins/SpectralEditMulti.ny \
|
||||
plug-ins/SpectralEditParametricEQ.ny \
|
||||
plug-ins/SpectralEditShelves.ny \
|
||||
|
@ -1256,6 +1256,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
|
||||
plug-ins/sample-data-import.ny \
|
||||
plug-ins/SilenceMarker.ny \
|
||||
plug-ins/SoundFinder.ny \
|
||||
plug-ins/spectral-delete.ny \
|
||||
plug-ins/SpectralEditMulti.ny \
|
||||
plug-ins/SpectralEditParametricEQ.ny \
|
||||
plug-ins/SpectralEditShelves.ny \
|
||||
|
@ -22,6 +22,7 @@ plug-ins/rhythmtrack.ny
|
||||
plug-ins/rissetdrum.ny
|
||||
plug-ins/sample-data-export.ny
|
||||
plug-ins/sample-data-import.ny
|
||||
plug-ins/spectral-delete.ny
|
||||
plug-ins/tremolo.ny
|
||||
plug-ins/vocalrediso.ny
|
||||
plug-ins/vocalremover.ny
|
||||
|
@ -33,6 +33,7 @@ list( APPEND SOURCES
|
||||
rms.ny
|
||||
sample-data-export.ny
|
||||
sample-data-import.ny
|
||||
spectral-delete.ny
|
||||
tremolo.ny
|
||||
vocalrediso.ny
|
||||
vocoder.ny
|
||||
|
@ -43,6 +43,7 @@ const static wxChar *kShippedEffects[] =
|
||||
wxT("sample-data-import.ny"),
|
||||
wxT("SilenceMarker.ny"),
|
||||
wxT("SoundFinder.ny"),
|
||||
wxT("spectral-delete.ny"),
|
||||
wxT("SpectralEditMulti.ny"),
|
||||
wxT("SpectralEditParametricEQ.ny"),
|
||||
wxT("SpectralEditShelves.ny"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user