I’m at at the end of Part 2 of Coding your plugin JUCE: Tutorial: Create a basic Audio/MIDI plugin, Part 2: Coding your plug-in when I get an error saying Iterator is depreciated. Reading the documentation I find that this has been done in favor of MidiBufferIterator. Can anyone give me ideas on how to rewrite this last bit of code using MidiBufferIterator? Thanks in advance for your time and effort.
Correct me if i’m wrong, but it seems that in the old function all messages were going through whereas in the the new one only the NoteOn messages are kept, isn’t it?
Thanks about that. Would it be also possible to add somewhere on each tutorial page when they have been last updated? It’s not clear if they’re up to date or not and sometimes it could help to know it when getting issues at the one reported in this post. Thanks!