david Posted January 15 Posted January 15 Hi, would it be possible to get the same result as harmonic-progression with the diatonic-chord function? thanks for your help (setf a (harmonic-progression '(1 6 2 5 3 6 2 5 1) scale :base 1 :size 3 :step '((2 2)))) (setf cad1 (diatonic-chord '(:c I vi ii V III vi ii v I))) Quote
david Posted January 15 Author Posted January 15 Furthermore, I notice the pitch-melodize function does not react in the same way with: harmonic-progression and diatonic-chord can someone explain? Quote
david Posted January 16 Author Posted January 16 Ok! this is original (setf scale '(c4 d4 e4 f4 g4 a4 b4)) (setf a (harmonic-progression '(1 6 2 5 3 6 2 5 1) '(c major) :base 1 :size 3 :step '((2 1)))) I want to use secondary dominants for each 6th degree , I found this solution. but I would like to keep the step argument, is it possible? (setf wdoms (harmonic-progression '((0)(4)(1 4 2)(4)(1 4 0)) '((c4 major) (d4 major)(c4 major)(d4 major)(c4 major)))) Thank you for your help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.