Skip to main content

Command Palette

Search for a command to run...

CodeJourney_ComposerEffects

Sounds Forming Together

Updated
1 min readView as Markdown
CodeJourney_ComposerEffects

OutDoorRoaming

For Composer Weekend Jam 19: Effects (https://itch.io/jam/composer-weekend-jam-19-scoringtechnet) , Outdoor Roaming takes LiveCodeLab Code to make an outdoor exploration inspired composition with additional effects.

Audio

IllestPreacha · OutDoorRoaming

https://soundcloud.com/llestreacha/outdoorroaming

LiveCodeLab Code

y = time % 60

if y > 40
	bpm 88
	play 'tranceKick'  ,'-x-x ---x x-x- xx---xx'
	play 'beepC',      '-x-- ---- x--x xxx-'
	play 'beepA',      '--x- --xx- --x- ----'
else if y < 20
	bpm 132
	play 'tranceKick'  ,'-x-x -x-x---xx'
	play 'beepB'+ int(random 4) , 'x--x xx- -x-- -x--'
	play 'voltage',    'x-x- -x--x x-xx x-xx'
else
	bpm 110
	play 'tranceKick'  ,'-x-x---x--xx'
	play 'beepC'+ int(random 14) ,  '-x-- ---- x--x xxx-'

play "hiss" + int(random 2) ,'x--x---xx---xxx'
play "mouth" + int(random 4) ,'x--x---x'
play "penta" + int(random 10) ,'x--xx--xxx'

CodeJourney

Part 10 of 10

Coded Explorations and the outputs derived from them

Start from the beginning

CodeJourney_MoreNonnets

Some More Code Poetry

More from this blog

C

Code is Poetry & Data is Poetry

755 posts

Creative Coder/Multimedia Artist/Performative Programmer : Engineering Thru Creative Means and Providing Experiences