Thank you for using NS MIDI Player! This page contains answers to some frequently asked questions about NS MIDI Player. If you have any other questions, please feel free to contact me.
A: Here's what you need to do to connect to a Bluetooth MIDI device:
This answer applies to macOS only.
A: I am currently working on this functionality for a future update. The current version of NS MIDI Player on the App Store includes a very early version of this functionality. It can be enabled through temporary settings that you will need to access via the Terminal app. If you would like to try it out, here is how you can enable it:
Open the Terminal app and run the following commands:
defaults write com.nitinseshadri.midiplayer.qlextension NSXRedirectEventsToSingleChannel -bool true defaults write com.nitinseshadri.midiplayer.qlextension NSXRedirectEventsChannel 9
You can change which channel the MIDI events are sent to by changing the number in the second command. The numbering starts at zero (for channel 1) and goes until 15 (for channel 16). Channel 10 (9 in the command) is the percussion channel. Also, you can disable the feature by changing "true" to "false" in the first command. Changes take effect the next time a MIDI file is previewed.
Future versions of the app will make these settings visible in the app itself, but for now I'd like to make sure the functionality works properly. Please let me know if you have any questions or feedback!