Jump to content

Recommended Posts

If I don't want to have octaves, what shall I do?

If I evaluate that code, I still get an octave.

(setf v1 '(h c5))
(setf v2 '(-q c4))

(polyphony '((12 11)) (list v1 v2) :index 'out)
(ps 'gm :p (list out1 out2))

 

Thank you.

René Wohlhauser

Link to comment
Share on other sites

Thank you for your answer. I understand very well, what you write.

Now it is the case that for a large part of contemporary (modern classical) composers (referring e.g. to Boulez or Nono) it is an important rule, that no octaves (and also the double octave etc. and depending to the context also no tonal triads) should occur in their compositions, regardless of whether this interval occurs at the same time (in sync) or not at the same time. For these composers it would be very helpful, if a composition aid program like opusmodus also could make this control function available. Do you think, this could be possible?

It would be good, if in this function one could choose, depending on the situation, whether the octave should be replaced by one or more specific intervals ((12) (11 13)) or whether the octave is simply entered as a prohibition and the program itself can choose, which other interval will replace the octave. (Perhaps in such a way that the neighboring intervals are checked out first as a possibility, and if that does not work, the program goes to more distant intervals).

Link to comment
Share on other sites

Done.

 

(setf v1 '(h c5))
(setf v2 '(-q c4))

(polyphony '((12 11)) (list v1 v2) :index 'out)
(ps 'gm :p (list out1 out2))

Screenshot 2021-04-11 at 19.27.10.png

(setf v1 '(h c4 h d4 q e4 -h.))
(setf v2 '(-q c5 -q d5 q d5 q e5 h f5))
(polyphony '((12 11)) (list v1 v2) :index 'out)
(ps 'gm :p (list out1 out2))

Screenshot 2021-04-11 at 19.32.03.png

 

(polyphony '((12 11)) (list v1 v2) :index 'out :leading 2)
(ps 'gm :p (list out1 out2))

Screenshot 2021-04-11 at 19.36.15.png

Link to comment
Share on other sites

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