View Single Post
Old 04-30-2013, 02:48 PM   #1
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default Cockos WDL repository drops iPlug (since community forks are better)

Just a note -- given how stale the iPlug implementation in our repository had become, we've chosen to remove it. There is a commit in our repository (e6d601d1dc8) which does this remove, and anybody merging our WDL into their iPlug-WDL repositories (or indeed their private code bases) should probably do something like:
Code:
 git merge e6d601d1dc8^
 git merge -sours e6d601d1dc8  
 git merge upstream-wdl/master
The -sours for the merge of that one commit should ensure that the merge is only in name, and not actually applied.

I've also updated the web page to recommend WDL-OL and Tale's WDL. Are there other WDL/iPlug forks we should recommend?

I hope this doesn't cause anybody too much inconvenience, but hopefully it will help reduce the number of people who start out with our old iPlug and end up having to rework things to move to the newer versions, etc.

Cheers,

Justin
Justin is offline   Reply With Quote