mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Update Nyquist to v3.09.
This commit is contained in:
@@ -131,13 +131,13 @@
|
||||
(snd-sitar *rslt* (step-to-hz step) d *sound-srate*)))
|
||||
|
||||
(defun nyq:nrev (snd rev-time mix)
|
||||
(snd-stkrev 0 snd rev-time mix *sound-srate*))
|
||||
(snd-stkrev 0 snd rev-time mix))
|
||||
|
||||
(defun nyq:jcrev (snd rev-time mix)
|
||||
(snd-stkrev 1 snd rev-time mix *sound-srate*))
|
||||
(snd-stkrev 1 snd rev-time mix))
|
||||
|
||||
(defun nyq:prcrev (snd rev-time mix)
|
||||
(snd-stkrev 2 snd rev-time mix *sound-srate*))
|
||||
(snd-stkrev 2 snd rev-time mix))
|
||||
|
||||
(defun nrev (snd rev-time mix)
|
||||
(multichan-expand #'nyq:nrev snd rev-time mix))
|
||||
@@ -149,13 +149,13 @@
|
||||
(multichan-expand #'nyq:prcrev snd rev-time mix))
|
||||
|
||||
(defun nyq:chorus (snd depth freq mix &optional (base-delay 6000))
|
||||
(snd-stkchorus snd base-delay depth freq mix *sound-srate*))
|
||||
(snd-stkchorus snd base-delay depth freq mix))
|
||||
|
||||
(defun stkchorus (snd depth freq mix &optional (base-delay 6000))
|
||||
(multichan-expand #'nyq:chorus snd depth freq mix base-delay))
|
||||
|
||||
(defun nyq:pitshift (snd shift mix)
|
||||
(snd-stkpitshift snd shift mix *sound-srate*))
|
||||
(snd-stkpitshift snd shift mix))
|
||||
|
||||
(defun pitshift (snd shift mix)
|
||||
(multichan-expand #'nyq:pitshift snd shift mix))
|
||||
|
Reference in New Issue
Block a user