hexdump0815 / sonaremin-ng

sonaremin next generation :) - "vcvrack in a box" or "roll your own synth"
16 stars 0 forks source link

bug in start-vcvrack.sh? #4

Open alexey-komarov opened 3 years ago

alexey-komarov commented 3 years ago

Hey, this line looks like a bug, I mean this condition is always true because any line is either not equal headless or virtual

https://github.com/hexdump0815/sonaremin-ng/blob/a989a8f561484231b903f7a58660c5b135774600/files/extra-files/home/sonaremin/bin/start-vcvrack.sh#L35

hexdump0815 commented 3 years ago

i think you are right - it comes from here: https://github.com/hexdump0815/sonaremin/commit/fce98246005f2d27a5cc25379ea023c68007b2f1#diff-57097a2fc4abe86362cc05b7d1be7e170be1bcad6af62447c27c15b0fee1d008R36 and it should be [ "$DISPLAY_MODE" = "display" ] then i guess ... will fix it soon

thanks a lot for reporting this and best wishes - hexdump