Reilly Spitzfaden (they/them)
banner
reillypascal.hachyderm.io.ap.brid.gy
Reilly Spitzfaden (they/them)
@reillypascal.hachyderm.io.ap.brid.gy
Composer and audio programmer in Rochester, NY | Lecturer in music tech and film/game scoring at SUNY Geneseo

For music, I use Max/MSP and Tidal […]

🌉 bridged from ⁂ https://hachyderm.io/@reillypascal, follow @ap.brid.gy to interact
I coded my own external in C for Max/MSP!

You can load a file (either in the object box, or w/ a "read" message) and convert the binary data to a control signal for phase-shift keying (https://en.wikipedia.org/wiki/Phase-shift_keying) telecommunication noises. […]

[Original post on hachyderm.io]
December 1, 2025 at 12:22 AM
I'm teaching Sonic Pi in a music tech class, and because we were using the TB-303 synth in class, I felt compelled to modify what we did to make the Charli XCX “365” bassline:

#sonicpi #ruby #algorave #charlixcx
November 11, 2025 at 11:28 PM
I found a nice way to get offline documentation in Neovim!

https://devdocs.io/ is already a nice resource, and https://github.com/maskudo/devdocs.nvim lets you install and access those documents as local .md files.

#neovim #nvim #developer #documentation #offline #localfirst
October 14, 2025 at 5:31 PM
I'm getting back into SuperCollider (and running it from Neovim!)

This is taking an MP3 I glitched up in Python (as discussed here: https://reillyspitzfaden.com/posts/2025/04/databending-part-3/) and looping random segments of it like a skipping CD […]

[Original post on hachyderm.io]
August 24, 2025 at 5:37 PM
What was harder but still really nice was getting the documentation to work with Telescope

I used this plugin (https://github.com/davidgranstrom/telescope-scdoc.nvim/ ) and (on macOS) it expects the file `docmap.json` in `~/Library/Application […]

[Original post on hachyderm.io]
August 16, 2025 at 12:45 AM
I have SuperCollider running from Neovim!

This plugin works pretty easily to do it: https://github.com/davidgranstrom/scnvim

#supercollider #neovim #nvim
August 16, 2025 at 12:16 AM