Hello, first of all, thank you for a nice tool.
All jack modules I am using have ports named so that "in" means data coming into the module and "out" means data coming out of the module. See the midisine example for a reference:
https://github.com/jackaudio/example-clients/blob/7fa089095c81e81dacd2554ae3184acc7f2d58ed/midisine.c#L121
However, the MIDI_in in mod-ttymidi is actually and output port which is quite confusing:
https://github.com/moddevices/mod-ttymidi/blob/master/src/ttymidi.c#L317
Would you mind renaming the ports? Thank you!
Hello, first of all, thank you for a nice tool.
All jack modules I am using have ports named so that "in" means data coming into the module and "out" means data coming out of the module. See the midisine example for a reference:
https://github.com/jackaudio/example-clients/blob/7fa089095c81e81dacd2554ae3184acc7f2d58ed/midisine.c#L121
However, the MIDI_in in mod-ttymidi is actually and output port which is quite confusing:
https://github.com/moddevices/mod-ttymidi/blob/master/src/ttymidi.c#L317
Would you mind renaming the ports? Thank you!