RajaTheResidentAlien: Recent Episodes

RajaTheResidentAlien

Podcast by RajaTheResidentAlien

View Details

found a sweet spot on the pikocore volume control... right before 0

View Details

spsmodSyrc by RajaTheResidentAlien

View Details

all sounds synthesized and sequenced in one max patch for weeklybeats #46 (got it done early - will post the max patch on weeklybeats.com)

View Details

for weeklybeats.com - week39 used my norns script 'scattr' available here: https://github.com/RajaTheResidentAlien/nc03-ds/blob/main/scattr.lua

View Details

Verse1: Fearless, breaking free from all i've been In darkness the light grows fierce within Feel this hallowed realm of pain Turn to bliss by sacred kiss of rain.

Heedless, falling fast as we can run Needless as counting ways we've come undone Shear this freedom from the fallen ones So fearless, fearless, falling to the sun.

Chorus: Fearless, i would die fearlessly So fearless as is my destiny. Fearless, how i long to be So fearless, the way we were meant to be. Fearless, i would die fearlessly So fearless as is my destiny. Fearless, you've come home to see I left fearless as you cried out for me.

Verse2: Secrets could never keep a home But bleed this, blood's where the truth is sown Hear this calling out with a violent rage Don't fear this heart too bright for throwing shade

Know us by what we've consecrated Feelings, these feelings would never fade us Witness the star's awake in endless dawn So fearless as woke as the day they were born

(Repeat chorus)

View Details

weeklybeats - week32

old-timey stylez

View Details

For weeklybeats week#31, except i didn't like the vocals i did, you can hear them on the main weeklybeats.com site from my profile page there: https://weeklybeats.com/rajatheresidentalien (still trying to figure out different vocal styles i like doing - i like being diverse, so it's strange for me: not just searching for a particular style i can fit into (which is what would help most people gain exposure right away), but trying to manifest a more all-inclusive musical personality over the long-term) Thanks for listening!

View Details

all sounds here made with my very own mouth :D for weeklybeats.com week#29 check em all out here: https://weeklybeats.com/rajatheresidentalien

View Details

for weeklybeats2022 week10

View Details

for weeklybeats2022(week 9)

View Details

originally made for weeklybeats 2022(guitar, bass, vocals, beats and synths edited/mixed/mastered in renoise)

also available on Amazon, Anghami, Apple Music, MediaNet, Boomplay, Deezer, Instagram/Facebook, YouTube Music, iHeartRadio, ClaroMusica, iTunes, KKBox, NetEase, Qobuz, Pandora, Saavn, Shazam, Spotify, Tencent, Tidal, TikTok/Resso, Triller (beta), Soundtrack by Twitch, and Yandex Music (beta)

View Details

that feeling right before Friday night begins

View Details

Fast Radio Burst #221122

View Details

ya hearrrrd?

View Details

recombination

View Details

Shuddr88r - "beats that are hard, beats that are funky, beats'll get ya hooked like a crackhead junky"

View Details

for Lines Community HipHop Project #1: https://llllllll.co/t/lchp-1-the-beginning-open-deadline/28933/32

View Details

held piano notes down while strumming on the soundboard, recorded with stereo AKG CL414s, the rest is as many TR808 samples as i could muster :D

View Details

this one... to have vocals added later..

View Details

THIS SONG CANNOT SAVE YOUR LIFE by RajaTheResidentAlien

View Details

This particular track used SuperCollider to perform the drum track through various resonators, reverb, and the ending cut-up on-the-fly/in-real-time. (For example, here is the code for the resonator: SynthDef(\resonator, {| id, val, noff, first, panic = 1 |

var tdel = TDelay.kr(\trigr.tr, 0.001); var freqs = Array.fill(10, { TRand.kr(100, 5000, tdel) }); var amps = Array.fill(10, { TRand.kr(0.05, 0.08, tdel) }); var rings = Array.fill(10, { TRand.kr(0.05, 0.8, tdel) });

var duckenv = Env.new([1, 0, 0, 1], [0.001, 0.002, 0.001], 'sine'); var duck = EnvGen.ar(duckenv, T2A.ar(\trigr.tr));

var clocktime = ~tmpclck.tempo; var receive = In.ar(~fx[2].index, 2); var input = DynKlank.ar(`[freqs, amps, rings], receive) * duck * Lag.kr(noff, 0.01); var send = (receive * dryvol) + (input*0.12); send = send * panic;

SendTrig.kr(\trygr.tr, id, val);

Out.ar(~fx[3].index, send);

}).load(s); )