For the #musicTheory nerds among us, this one uses an #Octatonic - or half/whole - scale.

Rather than the usual 7 notes, it has 8 notes, which alternate in semitone and whole tone intervals.

Starting half-then-whole gives you access to some unusual notes - e.g. both major and minor thirds, a minor second (like Phrygian or Locrian modes) and an augmented fourth (which I've used more like a diminished fifth here).

Of course I subverted it and added an extra 'C' that shouldn't be there.

Hotter take, when Marx wrote that under capitalism, "all that is solid melts I to air", this was not just an observation about capitalism, but a teen in capital-inflected culture.

Only a few years later, Debussy was writing in the fully ephemeral #octatonic mode.

We melted into air with him and for a moment of was beautiful.

(And then all our materiality and infrastructure also melted and that was much less beautiful.)

Hot take: #octatonic is the scale most closely aligned with Equal Temperament because it doesn't have a key centre. Its just a repeating set of relationships floating on no base. Just Intonation has a strongly rooted relationship ship with 1/1, but octatonic has no clear root.

You can generate your own Octatonic scale in an arbitrary Equal Temperament using the following code.

Change octaveRatio to the ratio you’d like and steps to the number of steps. The Scale is saved to the global variable o;

(var octaveRatio = 2, steps = 12;var ratio, tuning_arr, tuning, octatonic_arr, octatonicScale, index;ratio = octaveRatio.pow(steps.reciprocal);tuning_arr = steps.collect({|i| ratio.pow(i).ratiomidi });tuning = Tuning(tuning_arr, octaveRatio);index = 0;octatonic_arr =[];{index < steps }.while({octatonic_arr = octatonic_arr.add(index);index = index+2;(index <= steps).if({octatonic_arr = octatonic_arr.add(index);});index = index + 1;});octatonicScale = Scale(octatonic_arr, tuning: tuning);o = octatonicScale;)

You can then use this in a Pbind by using \scale. For example:

(Pbind(\scale, o,\degree, Prand((0..7), 7)).play)

https://www.celesteh.com/blog/2024/04/19/octatonic-scales-in-supercollider/

#Octatonic #SuperCollider #tuning

Octatonic Scales in SuperCollider – Les said, the better II

Note: Code for this post is available on github here.

Tuning scales is about ratios. We multiply the root frequency by a given ratio to get a note in the scale. In Equal Temperament, all ratios are equal, the 12th root of 2. Which is 21⁄12. We multiply a frequency by that to get the next frequency in the scale. When we’ve gone through all 12, we get the octave. (21⁄12)12 = 2.

Let’s say we want the 3rd note in the chromatic scale. We have the root and multiply by the ratio for the second and then for the third. For the fourth, we do it three times. For the fifth, four times. Therefore, for any chromatic scale step 𝘯, we multiply the root by 2(𝘯-1)⁄12

But, especially when we’re using computers, we can try out putting the notes in different places! What if we have 10 steps per octave? Then our ratio is Which is 21⁄10. The composer William Sethares has written music using 10 tone equal temperament and in other unusual tunings, which you can listen to on his web page.

We can even forego octaves entirely. The Bohlen-Pierce scale is based on divisions of 3, rather than 2. When people use equal temperament with that scale, they typically have 13 steps in the octave, which makes their ratio 31⁄13. The composer Elaine Walker is one of many who has written music using Bolhen Pierce and you can find examples on her website.

We can also try out different tunings ourselves! Below, you can try out different Equally Tempered scales. Change the steps value for the number of divisions you want. If you want to try out Bohlen-Pierce, change the octave ratio to 3. Or try whatever tickles your fancy.

Base Frequency:
Octave ratio:
Number of chromatic steps:
Calculate ratio Listen to your tuning Compare to 12tet

Your tuning ratio is 21⁄12, which is equal to 1.0594630943592953

12tet’s ratio of 21⁄12 is equal to 1.0594630943592953

It can sometimes be difficult to hear the differences in pitches just going up and down a chromatic scale. Modes like major and minor are very strongly tied to a 12 note chromatic scale and it doesn't make sense to try to, say, play a 10 note major scale. However, the octatonic scale is a mode that can potentially work for any tuning. It alternates whole and half steps. Perhaps listening to the octatonic versions of your scale and 12tet will demonstrate the differences more clearly.

Listen to your tuning in octatonic Compare to 12tet octatonic

Or we can try a phrase by Debussy:

Debussy in your tuning Debussy in 12tet

https://www.celesteh.com/blog/2024/04/19/try-out-different-equal-temperaments/

#lectureNotes #Octatonic #scienceOfSound #tuning

ET-demo.html

GitHub Gist: instantly share code, notes, and snippets.

Gist
Are there any well known melodies in #octatonic?

An Octatonic mode for this new piece.

Met an old friend (and jazz genius) recently which triggered a nostalgic desire to revisit a favourite mode with an alternating tone, semitone pattern closely associated with Messiaen.
#Octatonic #jazz #messiaen #music #musicproduction #mode

https://open.spotify.com/track/4EoPf8Sn8tDnpIhbsVZZQc?si=5Ek8jEw6SFaJi6ePbjxT9A

Octatonic Anomic

Aarwills · Song · 2023

Spotify
The struggle between #Chromatic and #Octatonic and #Ragas is real.