PDA

View Full Version : Icaption control replace 0 with "off"


junioreq
05-07-2010, 07:52 AM
Using icaption control, I'd like it to say "off" instead of zero. Is that just a simple if statement inside the icontrol for icaption like:

if(control == 0){
caption = "text";

}

heh, super psuedo lol..

Question is though, do I HAVE to do it in icaption control or is there someway I can do it right there on spot in the main cpp.

~Rob.

bvesco
05-08-2010, 11:16 AM
IPlug supports this right out of the box. Here's how:

http://www.plugindeveloper.com/02/custom-parameter-values

junioreq
05-08-2010, 12:19 PM
Well, hell! thank you! who runs that site, would love to see it expand!

Thank you!

~Rob.