txwav3 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 3 of Yamaha TX81Z 7 harmonics, fundamental, all else even (1 2 4 6 8 10 12)
;; txwav3 ;; 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 'txwav3) ;; @doc var *txwav3* ;; Wave 3 of Yamaha TX81Z ;; 7 harmonics, fundamental, all else even (1 2 4 6 8 10 12) ;; (setf *txwav3* (wtab:scale '((1 1.00)(2 0.39)(4 0.08)(6 0.04) (8 0.02)(10 0.01)(12 0.01)) 0.87))