moddevices / mod-host

LV2 host for Jack controllable via socket or command line
GNU General Public License v3.0
107 stars 54 forks source link

-t option not recognised #79

Open riban-bw opened 2 months ago

riban-bw commented 2 months ago

The --self-test command line option has the short option -t but t is missing from the getopt_long call and hence -t is not recognised.

Can be fixed by adding t to the getopt_long call in mod-host.c main function.

I am not sure how valid the self test is. It looks more relevant to Cardinal project!

riban-bw commented 2 months ago

I have submitted a PR to fix this.