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:
parent
5378b0a951
commit
62cc10c7c4
@ -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"
|
||||
|
@ -1,7 +1,7 @@
|
||||
;nyquist plug-in
|
||||
;version 4
|
||||
;type process
|
||||
;preview enabled
|
||||
;preview linear
|
||||
;name "Spectral edit shelves..."
|
||||
;action "Filtering..."
|
||||
;author "Paul Licameli"
|
||||
|
@ -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)))
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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..."
|
||||
|
@ -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..."
|
||||
|
@ -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..."
|
||||
|
@ -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..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user