1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Preview button added to: clipfix, delay, highpass, lowpass, notch, tremolo, vocalremover and vocoder effects.

This commit is contained in:
stevethefiddle@gmail.com 2014-10-06 02:08:20 +00:00
parent 91f311559f
commit 5be136575d
8 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 1 ;version 1
;type process ;type process
;preview enabled
;categories "http://audacityteam.org/namespace#NoiseRemoval" ;categories "http://audacityteam.org/namespace#NoiseRemoval"
;name "Clip Fix..." ;name "Clip Fix..."
;action "Reconstructing clips..." ;action "Reconstructing clips..."

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;type process ;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#DelayPlugin" ;categories "http://lv2plug.in/ns/lv2core#DelayPlugin"
;name "Delay..." ;name "Delay..."
;action "Applying Delay Effect..." ;action "Applying Delay Effect..."

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;type process ;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#HighpassPlugin" ;categories "http://lv2plug.in/ns/lv2core#HighpassPlugin"
;name "High Pass Filter..." ;name "High Pass Filter..."
;action "Performing High Pass Filter..." ;action "Performing High Pass Filter..."

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;type process ;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#LowpassPlugin" ;categories "http://lv2plug.in/ns/lv2core#LowpassPlugin"
;name "Low Pass Filter..." ;name "Low Pass Filter..."
;action "Performing Low Pass Filter..." ;action "Performing Low Pass Filter..."

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 1 ;version 1
;type process ;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core/#FilterPlugin" ;categories "http://lv2plug.in/ns/lv2core/#FilterPlugin"
;name "Notch Filter..." ;name "Notch Filter..."
;action "Performing Notch Filter..." ;action "Performing Notch Filter..."

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;type process ;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#ModulatorPlugin" ;categories "http://lv2plug.in/ns/lv2core#ModulatorPlugin"
;name "Tremolo..." ;name "Tremolo..."
;action "Applying Tremolo..." ;action "Applying Tremolo..."

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;type process ;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#UtilityPlugin" ;categories "http://lv2plug.in/ns/lv2core#UtilityPlugin"
;name "Vocal Remover (for center-panned vocals)..." ;name "Vocal Remover (for center-panned vocals)..."
;action "Removing vocals or other center-panned audio..." ;action "Removing vocals or other center-panned audio..."

View File

@ -1,6 +1,7 @@
;nyquist plug-in ;nyquist plug-in
;version 3 ;version 3
;type process ;type process
;preview enabled
;categories "http://lv2plug.in/ns/lv2core#SpectralPlugin" ;categories "http://lv2plug.in/ns/lv2core#SpectralPlugin"
;name "Vocoder..." ;name "Vocoder..."
;action "Processing Vocoder..." ;action "Processing Vocoder..."