Page 1 of 1

SDK compressor module

Posted: Sat Oct 17, 2009 5:38 am
by winger
I know I've asked about this before and that is being able to use the provided surface of the sdk modules. The answer I got before was for quick use but you must desing your own surface.

The compressor module then presents a problem with that. One important need in using a compressor is the gain reduction meter so you can tell what it is doing. The compressor module does not have any outputs for connecting an external meter for gain reduction. So how can you use this module for anything if you cannot add the meter?

I tried to use the meter by moving it to the parent. I used an empty synth and when you switch to surface mode, the synth window and the meter show up. But you cannot place the meter on the synth surface. It appears to go behind the synth surface. I have tried messing with z-order, topmost, bottommost, etc but nothing works.

So my original question is restated, "how do you use the provided panels, or selected gos of an SDK module in a project?"

Re: SDK compressor module

Posted: Sat Oct 17, 2009 2:14 pm
by roy thinnes
click on the VU in the panel + save it (proj explorer). you now can use this GO as any other GO (pot, fader), by dragging it to your synth’s/fx’ surface.
btw. the provided panels also have the function to give you hints how the various parameters should be handled - here eg what is the range for comp attack/release and so on.
btw2: some GOs like the compressor display require PackDevice/Optimize and Protect (rightClick in proj explorer), otherwise they cannot be seen.
this means that you have to save at least two versions of the device: a "normal"/unprotected for editing, and another for testing.
(after you protected a device you can’t edit it any more.)

Re: SDK compressor module

Posted: Mon Oct 19, 2009 5:49 am
by winger
Interesting:

You said:"btw2: some GOs like the compressor display require PackDevice/Optimize and Protect (rightClick in proj explorer), otherwise they cannot be seen."

I did not try this becuase I tried to do this with the graph on the 4 band parametric eq. but the dislay would work in the sdk but not as a device on SFP. I knew I would have the same problem with the meter. Never got an answer about why until now. I assume this is the reason. I will try this tonight. Thanks a lot.http://forums.planetz.com/posting.php?m ... 75ff06c973#

Re: SDK compressor module

Posted: Tue Oct 20, 2009 7:23 am
by winger
"btw. the provided panels also have the function to give you hints how the various parameters should be handled - here eg what is the range for comp attack/release and so on."

How do you access these hints?

Re: SDK compressor module

Posted: Tue Oct 20, 2009 8:50 am
by roy thinnes
just by looking at the vars of the module.
say, you want to use a delay module, eg a 1kmDelay. without the provided panel you won’t know the delayTime range.
so what you can do is just click on the panel’s DelayTime pot, look at the various vars (a.o. min and max) and copy the settings to your panel’s pot/range text.
(another way is to save & then load it into your own panel.)

Re: SDK compressor module

Posted: Thu Mar 26, 2015 9:25 am
by sepuka
roy thinnes wrote: btw2: some GOs like the compressor display require PackDevice/Optimize and Protect (rightClick in proj explorer), otherwise they cannot be seen.
Sorry for 6 years necroposting, I made this in SDK 5.1 and Meter bar visible only in SDK and cannot be seen in Scope 5.1. Any solution?

Re: SDK compressor module

Posted: Tue Apr 14, 2015 12:02 pm
by sepuka
sepuka wrote:Any solution?
PepBasic.dll from view protection patch.zip was not copied... :roll: