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:
@@ -668,7 +668,7 @@ loop
|
||||
(ny:error "SAMPLER" 2 '((SOUND) "modulation") modulation))
|
||||
(ny:assert-sample "SAMPLER" 3 "table" sample)
|
||||
(ny:typecheck (not (integerp npoints))
|
||||
(ny:error "BUZZ" 3 '((INTEGER) "npoints") npoints))
|
||||
(ny:error "SAMPLER" 3 '((INTEGER) "npoints") npoints))
|
||||
(let ((samp (car sample))
|
||||
(samp-pitch (cadr sample))
|
||||
(samp-loop-start (caddr sample))
|
||||
|
Reference in New Issue
Block a user