Author: white2rnado
Date: December 14, 2020
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 versatility of this software in making your own perfect DIY synth module!
Author: white2rnado
Date: August 15, 2020
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 of Python’s socket library so it can remotely connect to a SquishBox or headless RPi synth – this means you can use it on Windows, […]
Author: white2rnado
Date: June 10, 2020
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 patches. Just another way people can try out the code and come up with their own use cases. I like to think of someone just […]
Author: white2rnado
Date: May 1, 2020
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, and use complex and interesting patch setups! I also made a downloadable installer for windows that includes the latest version of FluidSynth and posted it […]
Author: white2rnado
Date: April 10, 2020
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 slow writer – or maybe just ploddingly methodical. Assuming anyone out there has an eye on this, feel free to drop a suggestion/request/encouragement – and […]
Author: white2rnado
Date: April 4, 2020
just published to github .. only took 3 weeks xP
Author: white2rnado
Date: March 14, 2020
okay new plan because why ever finish thisrelease my own pyfluidsynth that is more compatible with fluidsynth 2 and python3also has a dict attribute that tracks the loaded soundfonts, idsmaybe other stuff toorewrite squishbox.py to use objects so we don’t have messy globalsmaybe part the bank/patch stuff into a separate patcher.py script, fold the stompboxpi […]
Author: white2rnado
Date: January 19, 2020
use tinyfilemanager (https://github.com/prasathmani/tinyfilemanager) for web interface new yaml format, script to convert old->new easy directory structure: scripts in ~/SquishBox directory soundfonts banks speed up boot time look into some kind of bare-metal fluidsynth build? fast but less mod-able separate service to start LCD with version + maybe progress bar midi routing – expand with mido […]