COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :

Go Back   Cockos Incorporated Forums > Other Software Discussion > WDL users forum

Reply
 
Thread Tools Display Modes
Old 11-13-2018, 10:43 PM   #1
Nonlinear
Human being with feelings
 
Join Date: Apr 2018
Posts: 396
Default IPlugSideChain - no header file "IPlugSideChain_Controls.h"

I'm trying to build the "IPluginSideChain" example from the WDL-OL package and it's asking for a header file called "IPlugSideChain_Controls.h".

I've searched the entire installation folder and that header file does not exist. It looks like it has some interesting controls (peak meters, etc.).

Was this file REMOVED for some reason or is it just missing from the current download package? If it's missing, where can I get it? If it's been purposely removed, why?
Nonlinear is offline   Reply With Quote
Old 11-14-2018, 03:48 AM   #2
gstuff
Human being with feelings
 
Join Date: Feb 2014
Posts: 63
Default

A quick search of github reveals:
https://github.com/larzeitlin/CombOv...ain_Controls.h

Searching through the WDL-OL git repo history is another option:

git log --diff-filter=D --summary | grep delete
> lists paths of all deleted files...

git log --all -- IPlugExamples/IPlugSideChain/IPlugSideChain_Controls.h
> prints list of all commits...

Using the first listed commit:
git checkout 93350c42ae141eae60287c20ccdd32e569d13234~1 IPlugExamples/IPlugSideChain/IPlugSideChain_Controls.h

Last edited by gstuff; 11-14-2018 at 04:26 AM.
gstuff is offline   Reply With Quote
Old 11-14-2018, 12:47 PM   #3
Nonlinear
Human being with feelings
 
Join Date: Apr 2018
Posts: 396
Default

Quote:
Originally Posted by gstuff View Post
OK, thank you. I'm new to Github and the only place I thought to search was Oli's WDL-OL section (the files I already have).


When I search Github I find all the places this file name is mentioned (usually in IPlugSideChain.h files) - how did you find this actual code file?

Last edited by Nonlinear; 11-14-2018 at 01:48 PM.
Nonlinear is offline   Reply With Quote
Old 11-15-2018, 04:34 AM   #4
gstuff
Human being with feelings
 
Join Date: Feb 2014
Posts: 63
Default

Search for "IPlugSideChain_Controls.h" in "Code"
https://github.com/search?p=3&q=IPlu...ls.h&type=Code

This lists projects which include the file. Have a look through them till you find the file.
gstuff is offline   Reply With Quote
Old 11-15-2018, 07:06 PM   #5
Nonlinear
Human being with feelings
 
Join Date: Apr 2018
Posts: 396
Default

Quote:
Originally Posted by gstuff View Post
Search for "IPlugSideChain_Controls.h" in "Code"
https://github.com/search?p=3&q=IPlu...ls.h&type=Code

This lists projects which include the file. Have a look through them till you find the file.
Hmm - that's what I did and that's how I found all the places it was mentioned - but not the actual code file you found (and provided a link to above).

Are there different Git Hub access levels maybe?
Nonlinear is offline   Reply With Quote
Old 11-17-2018, 11:23 AM   #6
gstuff
Human being with feelings
 
Join Date: Feb 2014
Posts: 63
Default

Nothing to do with access level, searching for data is an acquired skill, - the git repo history search is more reliable.
gstuff is offline   Reply With Quote
Old 11-18-2018, 05:49 PM   #7
David S
Human being with feelings
 
Join Date: Jan 2017
Posts: 11
Default

You can also just copy IPlugMultiTargets_controls.h from the IPlugMultiTargets folder and rename it.
David S is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:34 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.