<<>>open webamp
 
justin = {main feed = { recent comments, search } , music , code , askjf , pubkey };
 
This is from last Friday night:

(youtube link)

Comment...
Mythical Travel
December 11, 2018
(youtube link)



Comment...

Yes Exactly Yes
December 3, 2018
OK so this has been a lot of fun. Two things -- one: I'm really happy with how this song came out a few weeks ago. It's about 2/3 improvised but a theme we've played a few times: (youtube link)


Second, we had a very enjoyable session Friday night:
(youtube link)



3 Comments
This was another 3 hour session (in hindsight, a little long!). We got good reviews from people who stopped in -- in particular, "good snacks!" seemed to be a common theme!

(youtube link)



Comment...

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

(youtube link)



Comment...

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: 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

(youtube link)



1 Comment

(youtube link)



3 Comments

YEY/DY/etc
October 24, 2018
(youtube link)



1 Comment

Yes, Exactly, Yes!
October 21, 2018
(youtube link)



Comment...

Yes, Exactly, Yes! PLoaC
October 21, 2018
(youtube link)



1 Comment

(youtube link)



Comment...

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

(youtube link)



Comment...

Yes, Exactly, Yes!
October 17, 2018
(youtube link)

Comment...
retrospective ride
October 15, 2018
(youtube link)

2 Comments
search : rss : recent comments : Copyright © 2025 Justin Frankel