Jump to content

Recommended Posts

Posted

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))))

image.png.7be9f84c880b4f3f21a8d85ff90bbdf6.png

(setf cad1 (diatonic-chord '(:c I vi ii V III vi ii v I)))

image.png.419561eef05ef4e4ddda04c0efebd235.png

Posted

Furthermore, I notice the pitch-melodize function does not react in the same way with: harmonic-progression and diatonic-chord

can someone explain?

 

Posted

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))))

image.png.2b81858dacab0dd3a770f2fe630ee0b9.png

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))))

image.png.75c40ce5a9222316cc6166f51389fff0.png

 

Thank you for your help

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy