Tuner Plugin with OSC/MIDI output?

Does anyone know of a quality tuner plugin which could be used to send tuning information via OSC/MIDI values?

In my new format, ALL instruments in the band go through Gig Performer. Rather than buy a quality tuner for each instrument, I’d like to have GP do the tuning work, and send the results to a user interface on a mobile device.

OR

Can multiple instances of Gig Performer each send their own tuner information via OSC/MIDI? I could structure my project to take advantage.

The tuner already sends out /TunerNoteName and /TunerCentsOffset messages

And separate instances send separate messages?

Yes. .

Is there somewhere in the documentation we could learn how to access these messages? I want to send them out via midi and use them to turn on some LEDs. TIA

You might find the free MTuner by Melda an easier option, as it can output the midi notes.

They’re not MIDI messages, they’re only OSC.

I suppose you could do a hack and create a separate instance and configure that instance’s OSC so that the messages are sent right back to the same instance and received by GP script which could then convert the messages to MIDI and send them out somewhere but it would probably be very messy for numerous reasons, not least because OSC messages are generated much faster than MIDI so you’d have to thin them. I don’t think I would even want to try that approach.

Better to use a plugin