Advertisement

SuperCollider Demo: How To Construct Chords For Harmony In SuperCollider

SuperCollider Demo: How To Construct Chords For Harmony In SuperCollider In this demo, we learn how to construct chords in SuperCollider for traditional harmony that you would hear in popular music. Up until this point, I have approached harmony in an indeterministic way (e.g. SC selecting degrees of a given scale at random). With this as our basis for harmony, we can learn to utilize SuperCollider in a live performance setting!

Here is Fieldsteel's streaming video, where he uses sound synthesis and the method, "midicps," in place of the method, "midiratio."


Remember, "midiratio" is the method SuperCollider evaluates to determine pitch relationships for MIDI or audio files. For strictly SC sound synthesis, use "midicps." Pitch relationships are evaluated in semitones.

Please note in my synthesis example at the end that I'm changing the "\freq" argument value from Hertz to MIDI. See below:

From this (Hertz): x = Synth.new(\saw, [\freq, 260]);
To this (MIDI): x = Synth.new(\saw, [\freq, 60.midicps]);

Hope this inspires you to consider this for experimental performance!


My debut album, Sun-Kissed, is out and available on Bandcamp:


You can also listen to it on SoundCloud and Spotify:






About This Channel:

In these videos, you will see the making of experimental electronic music, utilizing techniques in SuperCollider and Logic Pro. Styles range from ambient to the experimental, from downtempo to the academic. Craftsmanship takes precedence.

Thanks for watching! Please leave a comment below if you want to talk music, composition, technique, your favorite software, and the like! Feel free to share about projects you're working on. I'd love to know how you craft your original work.

Be sure to subscribe to get the latest experimentation. New videos are posted every Thursday.

Twitter:
SoundCloud:

sound engraver,sound engraver music,how to compose electronic music in supercollider,how to compose electronic music,how to compose electronic music in logic pro x,chords in supercollider,how to construct chords in supercollider,harmony,how to compose harmony in supercollider,harmony in supercollider,supercollider demo,supercollider demo: how to construct chords for harmony in supercollider,

Post a Comment

0 Comments