-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add '-pn' option to specify port name. #62
base: master
Are you sure you want to change the base?
Conversation
@nukeykt Please close or merge this pull request. |
command line arguments probably will be redundant once gui and config files are added, these are being done and will be in next version. |
It's very annoying to use port number open a midi devices, especially if you have a hardware device. |
I don't think command line arguments will be completely useless. |
E.g
sc55emu.exe "-pn:2- Roland SC-D70 MIDI IN"
to open midi devices, If devices not exist, will fallback to-p
option.