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."
https://www.youtube.com/watch?v=fRJf98iwNE0&t=2341s
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!
DistroKid:
If you're a musician or composer who wants to be heard on all the major streaming services, sign up for a plan on DistroKid. By clicking on the link below, you'll get 7% off your first annual subscription!
http://distrokid.com/vip/soundengraver
You can find my music on my website: https://soundengraver.com/
About This Channel:
Creating experimental electronic music with SuperCollider and Logic Pro. Styles range from ambient to the experimental, from downtempo to the academic. Craftsmanship takes precedence.
New videos are posted every week.