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:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user