1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-14 07:10:24 +02:00

Update Nyquist plug-ins for new preview code.

This commit is contained in:
Steve Daulton 2015-05-29 22:07:36 +01:00
parent 5378b0a951
commit 62cc10c7c4
8 changed files with 9 additions and 8 deletions

View File

@ -1,7 +1,7 @@
;nyquist plug-in
;version 4
;type process
;preview enabled
;preview linear
;name "Spectral edit parametric EQ..."
;action "Filtering..."
;author "Paul Licameli"

View File

@ -1,7 +1,7 @@
;nyquist plug-in
;version 4
;type process
;preview enabled
;preview linear
;name "Spectral edit shelves..."
;action "Filtering..."
;author "Paul Licameli"

View File

@ -25,7 +25,8 @@
(defun get-input (sig)
"When previewing, we only need to process preview length."
"Preview takes the entire selection so that we know the correct
selection length, but preview only needs to process preview length."
(if (get '*track* 'view) ;NIL if preview
sig
(multichan-expand #'trim-input sig)))

View File

@ -3,7 +3,7 @@
;type process
;name "Crossfade Tracks..."
;action "Crossfading..."
;preview disabled - cannot use preview because tracks are processed differently.
;preview selection
;author "Steve Daulton"
;copyright "Released under terms of the GNU General Public License version 2"

View File

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

View File

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

View File

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

View File

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