You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered: