Jump to content

Recommended Posts

  • 1 year later...

Dear Janusz, 

 

I´m exploring this function recently and I get a problem:

When evaluating this:

(setf pcrhy '(c4d4e4f4g4a4a4))

(make-omn
 :length (pcs-rhythm pcrhy :omn t)
 :pitch (melodize pcrhy))

I´m getting this (right) result

image.png.25387499485ea6d9182361f3aab5e6f9.png

But, when evaluating this:

(setf pcrhy '(c4d4e4f4g4a4a4b4))

(make-omn
 :length (pcs-rhythm pcrhy :omn t)
 :pitch (melodize pcrhy))

I´m getting this (wrong) result:

image.png.f5fcd3149098f11b4fd1a558e8c57caf.png

 

I would expect to have this result

image.png.35439c1c63d085d5a43c8292d097c254.png

 

What is wrong ?

 

Best,

Julio

Link to comment
Share on other sites

Dear Janusz,

 

It looks like the set is converted to its prime form internally before converted to the pc-rhythm set.

So, the prime form of the set 7-35 (major scale, notes C D E F G A B) is (013568T)

 

But in this case, the result would be:

 

B C D E F G A wich is most "compact" way to express this set.

 

So, there is an "hidden" function inside the pc-rhythm function. A function that converts the chords or notes into its more compact prime form. Yes, this looks very convenient from the programmer standpoint.

 

I was expecting to convert literally the notes onto its time-point position, like in this diagram. 

 

image.png.167df37ede300ac18f90834b585cfa11.png

 

Maybe a keyword or one more derived function for converting melodies to time-point in a cyclic way (in my way, not Babbit´s way) could be very convenient.

 

It ocurred to me now.

 

All the best, 

 

Julio

 

Link to comment
Share on other sites

  • 4 weeks later...

 

My conference about Rhythmic Set Theory. Best !
 
Julio Herrlein´s conference at the III International Congress of the Brazilian Association of Musical Theory and Analisys (TeMA) and the IV International Congress of Music and Mathematics. This Congress was University of Rio de Janeiro (UFRJ), hosted by Prof. Dr. Carlos Almada, Prof. Dr. Pauxy Gentil-Nunes and Prof. Dr. Liduíno Liduino Pitombeira, among many other people. It was a great honor to be in this amazing meeting with great musicians and having the oportunity to talk about my doctoral dissertation research, in many topics related to rhythm and popular music. My doctoral dissertation (in portuguese) can be downloaded in this link:
 
 
EXAMPLES:
 
- ALL ROTATIONS OF THE BEMBÉ RHYTHM 12:59
- REGULATIVE TIME-POINT (ANKU) - EXPLANATION 15:33 e EXAMPLE 16:11
- LIGETI´S DIATONIC HARMONIC CLOUDS in Cordes à Vide (Piano Etude 2) 18:37
- DANCING AND NON-DANCING RHYTHMS 19:40
- BEMBÉ WITH ALTERNATIVE SUBDIVISIONS 21:32
- EXCERPT OF JACOB COLLIER INTERVIEW TO JUNE LEE 22:00
- BEMBÉ RHYTHM INSIDE A CYCLE OF SEPTUPLETS 23:20
- WAYNE KRANTZ "WHIPERSNAPPER" SOLO ANALISYS WITH RHYTHMIC SETS 24:09
 
I know that music theory is sometimes very hard to grasp, but it can really bring light about the nature of some music materials. If you are just curious, you can jump straight to the musical examples. These examples are very practical in its nature and the catalog of rhythms contained in the dissertation can be used in a very practical way, for composing and improvising.
I hope it can be inspiring for you to make some music.
All the best !
Enjoy !
Link to comment
Share on other sites

  • 1 month later...

Dear Janusz,

 

I need a little help in the rhtyhm function:

 

Each rhythmic set can be exppressed in different quantizations, for example. Below we have the bembé rhythm (expressed by set 7-35 in rotation 11, the diatonic scale as a rhythm) as a 12/8 and also as a 4/4 with triplets

image.png.c7483988768897ebebb89e48f28a1537.png

In  sixteenth notes:

image.png.9e523ff8a4861c34b105ce205746fc3c.png

 

Also we can express the same set as an augmentation of the values:

image.png.5990952cc61bb57aacc99794ae9994be.png

 

And event with dotted eights as the small unit:

 

image.png.954480c364b31a7bc5744d3cb7ac16c4.png

 

or even in quintuplets:

image.png.afaf7b3d3fa2920a32e86d57af9927fb.png

 

The question is:

 

Is there an option (  :keyword) in the opusmodus pc-rhythm function to express the sabe set using a different value for the small unit ( i.e., 8ths, 16ths notes tuplets, etc) ?

 

All the best !

 

Julio

 

Link to comment
Share on other sites

  • JulioHerrlein changed the title to [SOLVED] Idea for a Rhythmic Set Theory Function

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