Prynth Supercollider Framework


#1

This popped up in my feed somewhere and seems relevant to our community's interests:
https://prynth.github.io/

It seems to be based on a custom Raspberry Pi Linux image running Supercollider (a fascinating dsp server / language). Unclear what kind of latency it achieves. What I find to be particularly fascinating about it is that it runs a webserver that serves up a Supercollider code editor where you then edit and manage your patches from a remote machine. This seems like a brilliant idea. Imagine if a piece of hardware managed all aspects of the patch editor software this way and updated itself (and ideally knew about the operation of the community library). For a casual user, this could sidestep installation on the host machine and provide reasonably consistent behavior across platforms, assuming the interface were designed to be consistent across browsers.

Anyway, food for thought...!


#2

I had a detailed look at this yesterday.

its an interesting idea... latency (and more importantly jitter) is a concern using a PI, as it doesn't seem to use a specialised realtime linux build.
this would actually be more interesting sitting on Bela (and could be adapted easily enough), but im not sure it adds much to Bela, since it already has supercollider running, and a cape for multiplexed analog I/O.
but perhaps bela couldl learn something from it.

Im going to follow it though, it will be interesting if users start sharing designs on it...
(I was a bit disappointed, they hadn't publish the schematics / SC code for the MITT :slight_smile: )