Skip to content

Instantly share code, notes, and snippets.

@evilactually
Created May 31, 2020 23:20
Show Gist options
  • Save evilactually/e168849ced114ba227565e193529f486 to your computer and use it in GitHub Desktop.
Save evilactually/e168849ced114ba227565e193529f486 to your computer and use it in GitHub Desktop.
faust -i -a /usr/share/faust/lv2.cpp -cn test test.dsp -o /tmp/faust2lv2.J2zyk5/test.cpp
...
sed '-es?@name@?test?g' '-es?@uri@?https://faustlv2.bitbucket.io/test?g' '-es?@dllext@?.so?g'
...
g++ -shared -O3 -std=c++11 -mfpmath=sse -msse -msse2 -msse3 -ffast-math -ftree-vectorize '-DDLLEXT=".so"' -fPIC -I/home/vlsh/Sources '-DPLUGIN_URI="https://faustlv2.bitbucket.io/test"' -DFAUST_META=1 -DFAUST_MIDICC=1 -DFAUST_MTS=1 -DFAUST_UI=0 -DVOICE_CTRLS=1 /tmp/faust2lv2.J2zyk5/test.cpp -o /tmp/faust2lv2.J2zyk5/test.lv2/test.so
...
g++ -O3 -std=c++11 -mfpmath=sse -msse -msse2 -msse3 -ffast-math -ftree-vectorize '-DDLLEXT=".so"' -I/home/vlsh/Sources '-DPLUGIN_URI="https://faustlv2.bitbucket.io/test"' -DFAUST_META=1 -DFAUST_MIDICC=1 -DFAUST_MTS=1 -DFAUST_UI=0 -DVOICE_CTRLS=1 /tmp/faust2lv2.J2zyk5/test.cpp -o /tmp/faust2lv2.J2zyk5/test
...
/tmp/faust2lv2.J2zyk5/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment