<< >>
justin = { main feed , music , code , askjf , pubkey };recent comments
search
[ present ... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... past ]
November 12, 2018
Yes, Exactly, Yes! - Live at Red Hook Open Studios Nov 10

This was an enormous amount of fun, with André Martinez, Andy Omel, Sarai Moore, Cory Choy (and me):

(youtube link)



Comment...


November 11, 2018
Music
Decanted Youth - 1 - What Will Once Become the Squeeze Became the Squeeze (improvised until it wasn't) -- [10:15]
Decanted Youth - 2 - Sandman -- [5:44]
Decanted Youth - 3 - God's Own CCTV (Improvised) -- [7:14]
Decanted Youth - 4 - Kerosene (Alternate Version) -- [4:46]
Decanted Youth - 5 - Storms (Live at Red Hook Open Studios) -- [5:27]
Decanted Youth - 6 - Legacy (Trees, Loosely) -- [8:39]
Decanted Youth - 7 - Cory Went on a Road Trip with His Grandma -- [9:54]
Decanted Youth - 8 - Insecurity Becomes If There Was Ever a Time I Needed You -- [9:28]
Decanted Youth - 9 - Spring -- [5:06]
Decanted Youth - 10 - What If We All Just Disappeared (Live at Red Hook Open Studios) -- [13:35]
Decanted Youth - 11 - The Squeeze (Actual) -- [3:43]
Decanted Youth - 12 - (Muffin) Interlude (Improvised) / Relief -- [9:24]
Decanted Youth - 13 - Interlude Continued (Improvised) / Relief (Part II) -- [10:37]
Decanted Youth - 14 - Light Creeps -- [9:21]
Decanted Youth - 15 - Major Major Major (Live at Red Hook Open Studios) -- [3:21]
Decanted Youth - 16 - Legacy (Reprise Improvise) -- [9:33]
Decanted Youth - 17 - The House of the Rising Sun (Live at Red Hook Open Studios) -- [9:52]
Decanted Youth - 18 - Reflections -- [8:26]


November 10, 2018
Music
Yes, Exactly, Yes! - 1 - Open Box -- [17:49]
Yes, Exactly, Yes! - 2 - Beginnings of a Flood / The Means Without Purpose -- [15:39]
Yes, Exactly, Yes! - 3 - No Audience Could Survive -- [11:20]
Yes, Exactly, Yes! - 4 - Cherry Cherry Bad -- [10:04]
Yes, Exactly, Yes! - 5 - Hint of a Legacy / Miles and Miles -- [10:24]
Yes, Exactly, Yes! - 6 - Rumble Underground / Peachy -- [23:28]
Yes, Exactly, Yes! - 7 - The Song -- [12:36]
Yes, Exactly, Yes! - 8 - Look Out! -- [8:01]
Yes, Exactly, Yes! - 9 - Reflections -- [9:23]
Yes, Exactly, Yes! - 10 - The River -- [6:58]
Yes, Exactly, Yes! - 11 - Feelings -- [7:00]
Yes, Exactly, Yes! - 12 - Any Other Way -- [10:46]


November 7, 2018
Music
Decanted Youth - 1 - There's a Room Between Us -- [8:00]
Decanted Youth - 2 - Sandman / Transition / Light Creeps -- [14:44]
Decanted Youth - 3 - Don't Panic / Future Starts Slow (cover) -- [24:35]
Decanted Youth - 4 - Kerosene (extra angry) -- [4:30]
Decanted Youth - 5 - Unknown / Release -- [16:48]
Decanted Youth - 6 - Pervert (cover) / Travel in Pair -- [12:46]
Decanted Youth - 7 - Long Way / Legacy -- [25:46]


November 3, 2018
Music
Decanted Youth - 1 - Hopeless/Helpless -- [10:48]
Decanted Youth - 2 - Jolene, We Test Our Mics -- [8:42]
Decanted Youth - 3 - What If We All Just Disappeared -- [19:57]
Decanted Youth - 4 - Sandman / The Squeeze -- [18:28]
Decanted Youth - 5 - Release -- [11:11]
Decanted Youth - 6 - Round and Round -- [12:48]
Decanted Youth - 7 - Take Cover -- [19:51]
Decanted Youth - 8 - Only Questions / Insecurity / Reflections -- [20:07]


October 30, 2018
Music
freeform jam with andre


October 29, 2018
REAPER: AVS's Spiritutal Successor - or - Decanted Youth - Light Creeps In (WIP)

I've been working on REAPER's video rendering/processing pipeline, allowing video processors to access and share memory with JSFX and ReaScripts, and exposing some new APIs for things like FFTs. It's pretty low-level, the JSFX/video processors are responsible for a lot of stupid work like synchronizing with eachother... but: the key thing is that we (REAPER users) can now effectively build things like AVS into the rendering pipeline, combining video and rendered audio and rendering that to video. I find this really awesome and exciting in the way AVS was, and in a way that has been missing for a long time. And now we can render AVS-like stuff directly to YouTube videos.

To explain: why is this like AVS? AVS had two key things that made it really cool:

  • You could build complex things by putting simple things together
  • You could also write complex things in code (making those "simple things" a little less simple).
  • (I'm bad at counting) (ok REAPER doesn't really address this -- AVS was cool because awesome people made tons of awesome presets for it. but REAPER's made for creators, so I guess we don't have to fulfill this one, so two things.)
REAPER does this too -- you can use video material directly, or one of many video processor presets to do basic things. Then you can also do the second thing by coding video processors (or hacking existing ones) to do new things. As an explanation, the effect in the video below is a combination of an existing preset (the spectrum analyzer), and a little bit of code (15 lines or so) which transforms that into polar coordinates (I could save that second bit of code as a preset for re-use later, including on a video file, etc).

The future is awesome. Now if only the present could catch up.

(youtube link)

Addendum: I'm irrationally pleased by this bit of video processor code I spent far too long on, for converting HSV (360/1/1) to RGB:
function h6s2i(h) global() ((h -= floor(h*1/6)*6)<3 ? <1 ? 1-h : 0 : h<4 ? h-3 : 1);
function set_hsv(h,s,v) global() (
  h*=1/60; s *= v;
  gfx_set(v-h6s2i(h+2)*s,v-h6s2i(h)*s,v-h6s2i(h-2)*s);
);
Also here's another video from testing that I meant to post earlier:
(youtube link)



2 Comments


October 28, 2018
Music
Decanted Youth - 1 - Those Without Regret Have Indeed Lived -- [12:30]
Decanted Youth - 2 - The Squeeze -- [4:57]
Decanted Youth - 3 - Spring -- [5:00]
Decanted Youth - 4 - Sandman (Slow) -- [4:01]
Decanted Youth - 5 - Uncertainties / Buried In The Sand -- [13:57]
Decanted Youth - 6 - Light Creeps -- [7:59]
Decanted Youth - 7 - Insecurity / Not Now (I Needed You) / Downstairs (Extended) -- [17:51]
Decanted Youth - 8 - Involuntary Invisibility Cloak (Cello) / DST -- [10:57]
Decanted Youth - 9 - Twist Ending -- [3:25]
Decanted Youth - 10 - I Am an Incorrectly Uncapitalized German Noun -- [4:34]
Decanted Youth - 11 - Buzzer (Instrumental) / Light Creeps In / Extended -- [15:36]
Decanted Youth - 12 - All Notes at Once -- [5:24]
Decanted Youth - 13 - Don't Panic (Double Drum Freakout) -- [12:01]


October 26, 2018
Yes, Exactly, Yes! - Shared Memory IV

(youtube link)



1 Comment


October 25, 2018
Music
gather round
stupid all of the tracks


October 24, 2018
Yes, Exactly, Yes! - The River

(youtube link)



3 Comments


October 24, 2018
YEY/DY/etc

(youtube link)



1 Comment


October 21, 2018
Yes, Exactly, Yes!

(youtube link)



Recordings:

Yes, Exactly, Yes! - 1 - Start Together, Finish Together -- [18:13]
Yes, Exactly, Yes! - 2 - Cosmos -- [20:45]
Yes, Exactly, Yes! - 3 - Shared Memory IV (extended) -- [20:27]
Yes, Exactly, Yes! - 4 - Effects of Fog -- [14:19]
Yes, Exactly, Yes! - 5 - Die from Us -- [7:53]
Yes, Exactly, Yes! - 6 - Chaos (Legacy) -- [12:55]
Yes, Exactly, Yes! - 7 - Trees/Mold -- [6:25]
Yes, Exactly, Yes! - 8 - The River -- [7:57]
Yes, Exactly, Yes! - 9 - Always Kill Nazis When You Can -- [6:22]
Yes, Exactly, Yes! - 10 - Cooling Sequence -- [11:23]

Comment...


October 21, 2018
Yes, Exactly, Yes! PLoaC

(youtube link)



1 Comment


October 17, 2018
Decanted Youth - Gumby Robots Mix

(youtube link)



Recordings:

Yes, Exactly, Yes! - 1 - The Hindenburg (Extended) -- [16:04]
Yes, Exactly, Yes! - 2 - The Internal Dialogue of a Cartographer -- [12:59]
Yes, Exactly, Yes! - 3 - Swimming in Circles -- [9:15]
Yes, Exactly, Yes! - 4 - Illogical Anomaly -- [7:11]
Yes, Exactly, Yes! - 5 - Monstrous Endgame -- [8:32]
Yes, Exactly, Yes! - 6 - Rhythm Beyond the Stars -- [7:42]
Yes, Exactly, Yes! - 7 - Antique Trick -- [11:37]
Yes, Exactly, Yes! - 8 - Upset at the Wether -- [3:54]
Yes, Exactly, Yes! - 9 - Private Life -- [9:00]
Yes, Exactly, Yes! - 10 - Sweet Talk -- [8:42]
Yes, Exactly, Yes! - 11 - Standing in Hell Again -- [7:32]
Yes, Exactly, Yes! - 12 - Critters, Be Gone! -- [9:22]

Comment...


October 17, 2018
Yes, Exactly, Yes! - The Hindenburg

Commentary about editing, I guess? I like the end.

(youtube link)



Comment...


October 17, 2018
Yes, Exactly, Yes!

(youtube link)

Comment...


October 16, 2018
Music
Decanted Youth - 1 - By Boat / Light Creeps -- [10:32]
Decanted Youth - 2 - Lonely Manic -- [4:07]
Decanted Youth - 3 - Fight like an Old Man / Comments Section -- [14:29]
Decanted Youth - 4 - Dorsal Fin (Cello) / Set in Stone -- [16:31]
Decanted Youth - 5 - Untitled (Cello) -- [2:50]
Decanted Youth - 6 - Pure Self Doubt (Cello) [explicit lyrics] -- [6:07]
Decanted Youth - 7 - Downstairs (light lounge version) -- [11:43]
Decanted Youth - 8 - Spring -- [5:20]
Decanted Youth - 9 - Kerosene / Bury Your Head -- [21:00]


October 15, 2018
retrospective ride

(youtube link)

2 Comments


October 14, 2018
Music
Decanted Youth - 1 - Another (Mostly Imperfect) World -- [6:40]
Decanted Youth - 2 - Spring, Instrumental -- [12:45]
Decanted Youth - 3 - Pragmatism (Cello) / The Means -- [11:26]
Decanted Youth - 4 - Think of the Children -- [4:31]
Decanted Youth - 5 - On Second Thought, Don't -- [4:16]
Decanted Youth - 6 - This Tells You There's More -- [11:33]
Decanted Youth - 7 - Reconsider / Insecurity -- [5:09]
Decanted Youth - 8 - Downstairs (Not Now) -- [15:40]
Decanted Youth - 9 - What If We All Just Disappeared -- [13:42]


October 11, 2018
Music with André and Tammy

(youtube link)



Recordings:

andre - 1 -- [9:35]
andre - 2 -- [12:01]
andre - 3 -- [18:01]
andre - 4 -- [4:10]
andre - 5 -- [7:56]
super8 - 1 -- [17:09]
super8 - 2 -- [9:56]

1 Comment


October 11, 2018
Super8

(youtube link)

Side note: apparently the only thing I ever post here is YouTube videos. Weird.



1 Comment


October 10, 2018
Music
the means


October 5, 2018
Music
Decanted Youth - 1 - Hopeless, Helpless / The Ladder (cover) -- [7:39]
Decanted Youth - 2 - Punditry -- [5:39]
Decanted Youth - 3 - In the End, Who Is Your Friend? -- [12:31]
Decanted Youth - 4 - The Squeeze -- [8:12]
Decanted Youth - 5 - Should Have Known Better / Light Creeps -- [22:22]


October 4, 2018
ADHD Cameraman w/ Yes, Exactly, Yes!

(youtube link)



Recordings:

Yes, Exactly, Yes! - 1 - Unstable Thunder -- [9:18]
Yes, Exactly, Yes! - 2 - August Everywhere -- [11:13]
Yes, Exactly, Yes! - 3 - The Lies Aren't Good Enough -- [10:36]
Yes, Exactly, Yes! - 4 - Two Frogs -- [8:49]
Yes, Exactly, Yes! - 5 - Smoldering -- [12:30]
Yes, Exactly, Yes! - 6 - Toxic Tenderness -- [12:15]
Yes, Exactly, Yes! - 7 - Saturn Is Losing Its Rings -- [10:25]
Yes, Exactly, Yes! - 8 - Uncoiled -- [7:24]

Comment...


October 1, 2018
Super8

(youtube link)

Recordings:

live solo improv: super8

Comment...


[ present ... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... past ]
search : rss : recent comments : Copyright © 2024 Justin Frankel