Dug out my #piStomp Core #RaspberryPi-based guitar #effects pedal. This thing is super flexible and powerful--and fun. Unfortunately, my soldering was a little iffy and I need to do some rework before it's stable enough for live use. Meanwhile, it's fun to mess with and customize the sounds. This is meant to be an #AiC sort of sound.

Check it: https://www.treefallsound.com/wiki/doku.php?id=pi-stomp_core

#UnsupervisedBassPlayer
#music #metal #VoidConspiracy

pi-stomp_core []

@venya Yessss!! Love that thing.

I was recently playing with OSC to control various pedal values from my phone. Have some pull requests that will likely never be included, but might be nice for when you get to live use?

https://github.com/whofferbert/midi-cmd-server/pulls

Pull requests · whofferbert/midi-cmd-server

A midi listener that can be programmed to execute commands based on midi CC values - Pull requests · whofferbert/midi-cmd-server

GitHub

@venya I should have also mentioned what I was using that for -- specifically, changing whole pedal boards from midi notes. So using in tandem with osc2midi, which is already on modep.

Something like

midi_cc_cmd( 0, 6, 127, "/usr/modep/scripts/modep-ctrl.py next" )

midi_cc_cmd( 0, 5, 127, "/usr/modep/scripts/modep-ctrl.py prev" )

@venya my favorite is pisound - itll spin up that same web interface for virtual pedals.

I once delved into making a virtual pedal for it... but fuck me that turned out to be a whole world of crazy standards and file formats that left me lost.

Your setup sounds great tho!