Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IN/OUT ports named in a confusing way? #15

Open
adamheinrich opened this issue Apr 28, 2020 · 0 comments
Open

IN/OUT ports named in a confusing way? #15

adamheinrich opened this issue Apr 28, 2020 · 0 comments

Comments

@adamheinrich
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant