This feels like a very naive question with a simple answer. But I’m asking to see if there is perhaps a service or some mechanism available that I am missing. I am attempting to create an open source MIDI plugin that displays the chords from a MIDI track in a scrolling window. The idea is to be able to use that when playing back to be able to then see the chords coming in order to play an appropriate note/chord in a new track. For real musicians, this would not be useful. But for the others (e.g., me) it turns out to be kind of handy. GitHub - markwilkins/midi-chord-reader: DAW plugin for scrolling the chords for a midi track
None of that is really relevant to the question other than as background. I currently only own a Mac and have exactly one DAW on it. So that is what I targeted. But it would be kind of cool to be able to build some of the other formats and verify that they might actually work. Is there any basic way to do that without installing a DAW that utilizes a given format? (I’m ignoring the Windows and Linux aspect for now, but the question is kind of the same). I could install the demo versions of various DAWs, but that is a very limited solution given the limited time they can be used for free. It would be kind of cool if there were some software that provided a mechanism for testing various plug-in formats. … Hmmm … and as I finished typing that last sentence, I remembered that I purchased PlugInGuru Unify a few months ago and that it (I think) supports different formats. I will look at that. But leaving the question here in case there are other answers.
Thanks,
Mark