Main Page       Index


txwav8.lsp


 txwav8
 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

*txwav8*

 Wave 8 of Yamaha TX81Z
 7 harmonics (1 3 4 5 7 9 11)


View the Sourcecode :



;; txwav8
;; 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 'txwav8)


;; @doc var *txwav8*
;; Wave 8 of Yamha TX81Z
;; 7 harmonics (1 3 4 5 7 9 11)
;;

(setf *txwav8* (wtab:make (wtab:scale '((1 1.00)(3 0.66)(4 0.74)(5 0.34)
					(7 0.06)(9 0.03)(11 0.01)) 
				      0.49)))


Main Page       Index