This is a space for news about projects, ideas for future development, information that doesn't fit easily into documentation, and thoughts on technology, music, science, or whatever else I'm thinking about.
Tags:
news (22) Development (18) fluidpatcher (14) squishbox (14) devlog (7) PCB (5) store (4) tindie (3) youtube (3) Thoughts (2) avr (1) bank files (1) future (1) hype (1) lm7805 (1) midifoot (1) music (1) pinout (1) raspberry pi (1) software (1) soundfont (1) stompbox (1) stompbyte (1) synthesizer (1) synthesizers (1)Archive:
2023 (2) 2022 (5) 2021 (8) 2020 (13) 2019 (3)-
FluidPatcher Lessons
Dec. 14, 2020, 10:15 p.m.I posted the first of a series of lessons on using FluidPatcher on YouTube! I've been meaning to get these up for a while, hopefully they show people the amazing…
-
Leveling Up
Dec. 9, 2020, 5:58 a.m.I sold out of my first batch of SquishBoxes that I built using standard perfboard, so I decided to get serious and print some PCBs. This will make the next…
-
New Thing - StompByte!
Oct. 8, 2020, 5:55 p.m.A few years ago I cobbled together a quick build of a digital stompbox using the PCMAudio code running on an ATMega328p to play 8-bit audio samples off one of…
-
Squishbox Editor: FluidPatcher Desktop Mode
Aug. 15, 2020, 7:23 a.m.FluidPatcher has had the wxpython-powered desktop implementation wxfluidpatcher.pyw for a bit, but I've added a couple things to make it more complete (e.g. settings menu) and written a simple implementation…
-
Headless Pi Synth
June 10, 2020, 4:59 p.m.I've put together a headless implementation of FluidPatcher that works on a Raspberry Pi without the need for any extras (i.e. buttons/screens) by polling for specific CC messages to change…
-
MIDI Filtering
May 2, 2020, 6:03 a.m.I want a way for FluidPatcher to listen to incoming messages so I can map something to inc/dec patch and select patch. NS if there's a way to "listen" to…
-
This is How We Do it
May 1, 2020, 9:32 p.m.I've spent the last week working up a wxpython implementation of fluidpatcher that works as a cross-platform editor and player of patches. This makes it easy to quickly create, test,…
-
Faster Startup
April 14, 2020, 5:57 p.m.considering changing /etc/systemd/system/squishbox.service unit file to get <7s start time #After=multi-user.target After=local-fs.target
-
Site Updates
April 10, 2020, 9:04 p.m.I've been making a lot of updates to the site, spurred on by releasing FluidPatcher and trying to get some actual helpful/archival content out into cloudspace. Unfortunately, I am a…
-
SquishBox setup notes
April 5, 2020, 8:42 p.m.setting up in debian buster write image, save ssh, wpa_supplicant.conf to /boot sudo apt-get update/upgrade sudo apt-get install fluidsynth build newest fluid: get source; edit /etc/apt/sources.list uncomment deb-src line; sudo…