this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

:bug: Fix labels for probes in vst-probe diagram

+4 -5
paper/main.pdf

This is a binary file and will not be displayed.

+4 -5
paper/main.typ
··· 848 848 autom_in_voice -> probe_3 [style=dotted] 849 849 autom_in_voice -> effects [style=dotted] 850 850 851 - probe_2[label="probe #3"] 851 + probe_3[label="probe #3"] 852 852 } 853 853 854 854 automation -> autom_in_bass [arrowhead=none, style=dotted] ··· 862 862 beacon -> wip 863 863 } 864 864 865 - probe_1 -> beacon [label="ws://", color=darkblue] 866 - probe_2 -> beacon [label="ws://", color=darkblue] 867 - probe_3 -> beacon [label="ws://", color=darkblue] 868 - 865 + probe_1 -> beacon [label="ws://", color=darkblue] 866 + probe_2 -> beacon [label="ws://", color=darkblue] 867 + probe_3 -> beacon [label="ws://", color=darkblue] 869 868 } 870 869 ``` 871 870