AA (@measure_plan)
Strudel이라는 브라우저 기반 라이브 코딩 음악 도구를 소개하며, 웹에서 직접 코드로 음악을 만들 수 있다고 설명한다. 간단한 코드 예시와 함께 실시간 생성형 음악 제작의 접근성을 보여주는 사례다.

AA (@measure_plan) on X
this is a song i wrote in strudel, a program which lets you live code music in the browser go to https://t.co/5USsBnOruJ and paste this: ----- const SCALE = "<d:minor>" setcps(1) $: s("bd:4 bd:4") $: n("<[0,4,8] [-2,2,6] [-4,0,4]>").slow(2).scale(SCALE).trans(-12)