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

MIDI output does not seem to work #4

Closed
philburk opened this issue Feb 22, 2015 · 3 comments
Closed

MIDI output does not seem to work #4

philburk opened this issue Feb 22, 2015 · 3 comments
Assignees
Labels

Comments

@philburk
Copy link
Owner

I connected an Arturia MicroBrute to the Macbook and ran:
./HMSL-OSX
I entered MIDI.SCOPE and was able to see ActiveSensing, PitchBend, and NoteOn messages.

I entered MIDI.TEST and expected to hear some notes play.
No notes played and no LEDs lit on the MicroBrute.

@andrewcsmith
Copy link
Collaborator

Hm, it's all working for me through Logic Pro X. I just set up a software synth channel and then hit record enable (listening on all ports), and MIDI.TEST successfully sent notes.

When you scan for midi devices in a DAW, do you see HMSL MIDI Source show up? I don't have any external MIDI devices lying around, but I can probably rustle one up to debug this. Currently, it's set up so that software has to specifically listen on the given port.

@andrewcsmith
Copy link
Collaborator

Try downloading the program SimpleSynth. After you start HMSL, you should see HMSL MIDI Source in the list of MIDI Sources for SimpleSynth, and MIDI.TEST should work there.

Currently this relies on the receiver to subscribe to HMSL's output stream. You could try using MidiPipe to route the HMSL stream to whatever destination you need. Eventually, when I get this going as an OSX application with a Preferences screen, I hope to have that functionality built-in.

@philburk
Copy link
Owner Author

I tried Logic Pro X with a Software Instrument. MIDI.TEST immediately worked. I then set up two tracks on different channels, enabled demultiplexing MIDI channels, and was able to record two MIDI tracks from HMSL into Logic.

I then tried SimpleSynth and it worked.

I tried to use MIDIPipe to route MIDI from HMSL to the Arturia MicroBrute and it did not work. No sign of MIDI passing through the MIDI Pipe. So I tried Bome MIDI Translator Pro and it worked great.

So MIDI output seems to work fine!

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

No branches or pull requests

2 participants