olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
936 stars 187 forks source link

Fix notice message to point to the right file and references #122

Open kyr0 opened 6 years ago

kyr0 commented 6 years ago

Hi,

I just duplicated an IPlug example for the first time and was wondering why I couldn't find config.h and the respective references. Turns out, the message printed is misleading :) I guess it's just a merge glitch as I watched a youtube video of an older rev of the project where the message was correct.