mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
This fixes a problem with nyquist's TRIGGER retaining samples (see comment 2, Bug #2698). This version of samples.c was accidentally omitted from an earlier commit.
This commit is contained in:
@@ -199,9 +199,8 @@
|
||||
;; a more helpful stack trace for SAL.
|
||||
(defmacro trigger (input beh)
|
||||
`(let* ((nyq%environment (nyq:the-environment))
|
||||
(gate%signal (force-srate *sound-srate* ,input))
|
||||
(s%rate (snd-srate gate%signal)))
|
||||
(snd-trigger gate%signal
|
||||
(s%rate *sound-srate*))
|
||||
(snd-trigger (force-srate *sound-srate* ,input)
|
||||
#'(lambda (t0) (eval-seq-behavior ,beh "TRIGGER")))))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user