1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +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 ;nyquist plug-in
;version 4 ;version 4
;type process ;type process
;preview enabled ;preview linear
;name "Spectral edit parametric EQ..." ;name "Spectral edit parametric EQ..."
;action "Filtering..." ;action "Filtering..."
;author "Paul Licameli" ;author "Paul Licameli"

View File

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

View File

@ -25,7 +25,8 @@
(defun get-input (sig) (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 (if (get '*track* 'view) ;NIL if preview
sig sig
(multichan-expand #'trim-input sig))) (multichan-expand #'trim-input sig)))

View File

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

View File

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