Companion Generic MIDI module

Doing a little work on a generic MIDI module for Companion, “just because”…
I know there’s already MIDI-Relay, but that requires another program and not sure if it works with RPI, so we’ll see if this is useful. Still lots to do, but the basics are there.

2 Likes

Start here to get info on how to try this out yourself.

Here’s a test page that you can import with the MTC display and a few buttons that you can use to get started.

1 Like

Another video with a little more detail…

1 Like

Great, I wish I could try it

1 Like

Awesome, I’d like to download it and test it out.

1 Like

Exciting! Thanks so much for working on this!

1 Like

So my initial testing hasn’t revealed any bugs. I’ve only used MIDI notes as that is all I need.

I’ve built triggers based on receiving notes and traffic and they work as expected.

So far so good. Thank you!!!

1 Like

REALLY appreciate the feedback, thank you!

Thanks to @millse testing, we found a small issue with running the module on companion-pi. The companion devs have fixed this, so all you should have to do is run
sudo companion-update if you haven’t downloaded the latest version of companion-pi.
If you download the latest beta version, you shouldn’t have to do anything.

I’m keen to try this with ProPresenter.

1 Like

This is how I am using it. I’ve got it all set and gets the midi note from ProPresenter with no issues. My big issue now is figuring out how to receive it in Companion and getting that to trigger a button.

1 Like

This looks awesome! I’m going to test this out tomorrow!

1 Like

Midi In and Out indicator Presets and Feedback for them had to be renamed. If you have them in your config from a previous build, just drag the new presets over top of the old ones to fix them.

How to trigger something every time a certain MIDI message arrives.

A post was split to a new topic: generic-MIDI module questions