Main Page       Index


txwav4.lsp


 txwav4
 Version 1.00  31 October 2004
 Author Steven Jones

 Contact jones57@swbell.net include the word "nyquist" in subject line

 The contents of this file are released under the terms of the GNU General
 Public License. See the file LICENSE.txt


var

*txwav4*

 Wave 4 of Yamaha TX81Z
 First 4 odd harmonics, plus 2  (1 2 3 5 7)


View the Sourcecode :



;; txwav4
;; Version 1.00  31 October 2004
;; Author Steven Jones
;;
;; Contact jones57@swbell.net include the word "nyquist" in subject line
;;
;; The contents of this file are released under the terms of the GNU General
;; Public License. See the file LICENSE.txt
;;

(require 'wtab)
(provide 'txwav4)


;; @doc var *txwav4*
;; Wave 4 of Yamha TX81Z
;; First 4 odd harmonics, plus 2  (1 2 3 5 7)
;;

(setf *txwav4* (wtab:make (wtab:scale '((1 1.00)(2 0.56)(3 0.18)(5 0.03)
					(7 0.01)) 
				      0.72)))


Main Page       Index