Live Edit the Onboard Synth of Striso (highly experimental)

How cool would it be if you can live-edit the onboard synth? Very cool!

The onboard synth is coded in Faust, which offers an advanced IDE to live-edit your code. Although the Faust IDE allows for MIDI input, there is no Midi-to-synth connection (yet).

With the Striso Web Components I have created a hack to add this functionality to the Faust IDE.

The MIDI support is still buggy, so I have settled for using a virtual striso that uses a peer-to-peer connection to send MPE events to the Faust IDE. This allows you to play the virtual striso in the Faust IDE. In theory, you could connect a hardware striso as MIDI input to the virtual striso - but this is untested.

The entire code is still highly experimental, but you’re free to try. Instructions are here

6 Likes

Hi Mark,

I’ve given your vStriso a try with Striso → vStriso → FaustIDE a try. It works like a charm. Thanks for the great work on this.

There is a little bit of strange behavior on the x-axis if you push the button too far in either direction it loops around, but for development purposes it’s entirely irrelevant.

Thanks again,
Frank

1 Like