modularev / mooSpace

Teensy & FAUST based transformable reverberation effect unit
GNU General Public License v3.0
14 stars 0 forks source link

Missing build instructions #1

Open fennecdjay opened 4 years ago

fennecdjay commented 4 years ago

The projects seems interresting, but could you provide instructions on how to build it? Can it be made a lv2 plugin?

magnetophon commented 4 years ago

The dsp can be made into an lv2 plugin by installing faust and running faust2lv2 mooSpace_faust.dsp.

There are many more faust scripts, that can turn any .dsp file into a binary in many formats, from web-app to SuperCollider external to ios app.

You can also use the online IDE to compile dsp files.

You won't get the custom mooSpace gui this way though.

fennecdjay commented 4 years ago

Thanks. I'll look into that. It also gives me the idea of a dsp to gwion lib converter.

magnetophon commented 4 years ago

It also gives me the idea of a dsp to gwion lib converter.

Interesting! There is also:

faust2ck - A FAUST wrapper-generator for ChucK Ugens.

fennecdjay commented 4 years ago

I saw that! There is not much code, with some luck it will be easy.