Over recent weeks I haven’t been updating so here comes a nice big round up of weeks 6, 7 and 8! Over the past few weeks we have been looking more and more into the melodic aspects of using super collider for our compositions. In class we have been using the code:
(
Pbind(
\degree, Pseq ([1, 3, 5, 6, 8, 7, 4, 2], inf),
\dur, 0.125,
\octave, 5 ,
\root, 3
).play
)
From this code we have been looking into how we can expand it with musical theory. Modes(Ionian, Dorian, Phrygian, lydian, Mixolydian, Aeolian, Locrian) were very useful for me as I had never understood them before but now have much better knowledge of how they work and how I can incorporate them into music. In our melodic composition we have not yet put this in but I have included this:
(h =
(
Pbind(
\degree, Pseq([0,0,0,0,3,0,0,7], inf),
\dur, 0.25,
\octave, 6,
\root, 6,
\amp, 0.1
).play
))
h.stop;
This sequence works as a ground bass to all three chords used in our melodic piece (F# min, A maj, D maj), with this I use the code I used from the start as well as:
{ Crackle.ar(MouseX.kr(1,2), 0.2) }.play;
The crackle adds a some bright background noise that is not as over bearding and powerful as white noise.
Also in lectures we have been told a lot about how to order a song, use of call and response and how to build anticipation. This helped us reshape our IXI piece as we were able to structure the ambient sounds we use much better. Also in IXI i myself have learnt how to use the grain box. It is like a basic XY pad with little boxes that control different functions such as reverb and pitch.
Still work needs to be done on our compositions but we are getting close to our finished pieces.