txwav5 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
Wave 5 of Yamaha TX81Z First 6 odd harmonics, plus 2 (1 2 3 5 7 9 11)
;; txwav5 ;; 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 'txwav5) ;; @doc var *txwav5* ;; Wave 5 of Yamha TX81Z ;; First 6 odd harmonics, plus 2 (1 2 3 5 7 9 11) ;; (setf *txwav5* (wtab:make (wtab:scale '((1 1.00)(2 1.09)(3 0.56)(5 0.15) (7 0.06)(9 0.04)(11 0.02)) 0.47)))