1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03: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

@@ -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)))