Linux, musical road-dogging, and daily life by Paul W. Frields
 
Category: <span>Tech Tips</span>

Using AI in the studio.

Obviously AI hype is everywhere these days, including in music and creative pursuits. When people talk about using AI in the studio they most often think about using AI to make or modify tracks and songs. However, there’s a key usage that I see often overlooked. AI Large Language Models …

MOTÖRing up, part 4.

I just published the latest in my video series on getting your Behringer MOTÖR keyboard working well with Pro Tools as a recording controller. If you’re not familiar with the series, check out this earlier post for a link to the first YouTube video, and then go from there. This …

MOTÖRing up.

I can’t believe how long it’s been since I wrote something on the blog. It seems like social networking has taken all that content into its tornadic funnel. I just wanted to note that I’ve been working on a YouTube playlist that helps you use a Behringer MOTÖR 49 or …

Autotitles in screen.

This comes in really handy in ~/.screenrc: shelltitle ‘$ |bash’ Then add this in ~/.bashrc: export PROMPT_COMMAND='[ “$TERM” == “screen” ] && echo -n -e “\033k\033\\\”‘ Restart screen in a fresh bash session and enjoy. UPDATE: I stupidly screwed up the screenrc line because I did it from memory instead …