I just recompiled the AudioPluginHost and was surprised to see an official MidiOutput node! Thanks!
I didn’t see this mentioned in the major changes; I would think it applies.
And, stupid question maybe, but where exactly is the “git log”? I can’t seem to find it…
1 Like
There are no stupid questions, only stupid answers. 
You can see the “git log” online on github : Commits · juce-framework/JUCE · GitHub
Or if you have cloned from github then you can type git log
at the command line whilst under the repo to see the list of commits.
2 Likes
Ah, thank you - I see, you have to click on “commits” from the main page. I was looking for something specifically name “git log”.