Created
May 31, 2020 23:20
-
-
Save evilactually/e168849ced114ba227565e193529f486 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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