Apologies for the late submission, it slipped my mind to post one, though I had recorded my video prior to the class.
All in all, I had to idea what to expect with the composition. I had no idea what my personal stylistic choices are, so I kind of struggled at the start with a concept. Therefore, I simply began with crafting a funky upbeat solid rhythm. I took my time to become more familiar with the visuals, therefore, I had spent quite a bit of time experimenting with them, but not many of my results felt like they aligned with the direction my piece was heading. Then I thought to bring in a personal sound sample to spice things up. As a result, I went to the first thing that came to my mind — Pingu. I included the Noot Noot sample as I find Pingu to be the perfect embodiment of chaos but also a playful character (and also he is one of my favourite characters to exist). I wanted to ensure the visuals were in sync with the sound, and at the start I had struggled, especially with finding the right sort of ccv values, however, through a brute iterative trial and error session, I found a neat balance. I had started going with a more subtle approach, however I found that it was quite challenging to recognise this, and I was worried that given the time limit during the demos, I would not be able to execute in a proper manner. Therefore, I went for more bolder visuals, with simpler beats. I noted that in class you said that the sync between the visuals and the audio was not as evident, so I hope from this video you are able to find a more distinguishable link between them.
From the 0:27 part, I introduce a new melody, and I wanted to represent that with squiggly lines to indicate its playful nature. This is then followed by even funkier and playful beats such as Casio and blip. Once I had found an interesting synchrony with casio and blip, I understood how I wanted to go ahead — as this made it easy for me to create something that reflects the feeling lightheartedness with a tinge of a spirited and lively approach, however, as I had Pingu in my vision, around the end of my video (4:00) I began to truly mess with the visuals and create something that is quite disorderly in nature despite it being in sync with my sound.
I hope that you enjoyed!
Here is my code! (It’s a bit changed from the video since it is from the class demo)
Tidal
--- FINAL CODE
hush
d1 $ s "{808bd:5(3,4) 808sd:2(2,6)} " # gain 2 # room 0.3
d1 silence
d2 $ struct "{t(3,4) t(2,6) t(2,4)}" $ ccv ((segment 128 (range 127 0 saw))) # ccn "0" # s "midi"
hush
d3 $ fast 2 $ s "pluck" <| n (run 4) # gain 1 # krush 2
d2 $ ccv "0 20 64 127" # ccn "0" # s "midi"
d4 $ s "glasstap" <| n (run 4) # gain 1.5
d5 $ slow 2 $ s "arpy" <| up "c d e f g a b c6" # gain 1.5
d2 $ ccv " 9 19 36 99 80 87 45 100" # ccn "0" # s "midi"
d6 $ fast 2 $ s "casio" <| n (run 4) # gain 2
d3 $ qtrigger $ filterWhen (>=0) $ seqP [
(0, 1, s "blip:1*4"),
(1,2, s "blip:1*8"),
(2,3, s "blip:1*12"),
(3,4, s "blip:1*16")
] # room 0.3
d4 silence
hush
nooty = once $ sound "nootnoot:Noot" # squiz 1 # up "-2" # room 1.2 # krush 2
nooty
-- PART 2
d5 $ s "blip" <| n (run 4)
# krush 3
# gain 1
d2 $ ccv "30 80 120 60" # ccn "0" # s "midi"
d6 silence
hush
d6 $ fast 2 $ s "control" <| n (run 2)
d7$ fast 2 $ s "casio" <| n (run 4) #gain 0.9
d8 $ s "{arpy:5(3,4) 808sd:(2,4)} " # gain 1
d2 $ struct "{t(3,4) t(2,4) t(2,4)}" $ ccv ((segment 128 (range 127 0 saw))) # ccn "0" # s "midi"
nootynooty = once $ sound "nootnoot:Noot" # legato 0.2 # squiz 1 # up "-2" # room 1.2 # krush 2
d6 silence
d10 $ qtrigger $ filterWhen (>=0) $ seqP [
(0, 1, s "control:1*4"),
(1,2, s "control:1*8"),
(2,3, s "control:1*12"),
(3,4, s "control:1*16")
] # room 0.3
nooty
hush
Hydra
//SHAPE ONE
osc(20, 0.4, 1)
.color(0.3, 1.2, 1.2)
.rotate(() => cc[0] * 0.9 * 0.8)
.kaleid(10)
.modulateRotate(noise(() => (cc[0]) * 0.7, 0.6))
.rotate(() => cc[0] * 1.1 * 1.8)
.kaleid(30)
.modulateRotate(noise(() => (cc[0]) * 0.9, 0.6))
.out()
hush()
//SHAPE TWO
osc(20, 0.3, 3)
.color(1.3, 1.8, 2.9)
.modulate(noise(() => (cc[0] + cc[1]) * 3, 1.4))
.layer(
osc(70, 0, 1)
.luma(0.5, 0.1)
.kaleid(10)
.modulate(noise(() => (cc[0] + cc[1]) * 2, 0.4))
)
.out(o0)
hush()
//SHAPE THREE
shape(10,0.5).scale(1,1,2).repeat(30,9).modulate(noise(() => (cc[0] + cc[1]) * 9, 0.9)).out()
solid().out()
//SHAPE IV
osc(15, 2.6, 1.8)
.color(1.2, 1.4, 1.2)
.rotate(() => cc[0] * 0.9 *0.5)
.kaleid(20)
.modulateRotate(noise(() => (cc[0]) * 1.2))
.out()
hush()
//SHAPE V
osc(10, 30, 10)
.kaleid(99)
.modulate(noise(() => (cc[0] + cc[1]) * 1.9, 0.2))
.out(o0)
// noot
hush()