wdl-ol and gcc >>
Forum

Forum



SearchSearch   Users   Registration   Entrance
Today: 16.10.2025 - 00:49:08
Pages:  1  2  

wdl-ol and gcc

MessageAuthor

have a look at the IPlugChunks example in WDL-OL. Code:

------------------------

Infini IV

user




Statistics:
Messages: 70
Registration: 11.19.2003
10.11.24 - 18:06:36
Message # 11
RE: wdl-ol and gcc

wait, so SerializeParams(pChunk) actually adds all params in the chunk?

------------------------
MY 93 318i or 325 IS THE "#1 STANNA" which ever one-still badass to me!!!!!

kimbels_97318i

user




Statistics:
Messages: 60
Registration: 03.01.2002
10.11.24 - 18:11:34
Message # 12
RE: wdl-ol and gcc

nice, so i only put the "exotic" stuff manually, and it can contain variable sized data from patch to patch (since it's dynamic) my own chunk classes were concentrated around static preset structure, where everything was supposed to be known at compile time however, this still leaves one problem - adding and removing parameters in a future version of the plugin will make old presets load incorrectly so i will still want to store the parameters myself (without calling SerializeParams()) i would instead use a small structure like this: Code:

------------------------
______________________________ _____________________________________________ 1997 JetBlack 318ti DASC + NickG StageIII + Aquamist 2d + 3.4" pulley BoostJunky Patient #111 ///No-Coast///

coleco

user




Statistics:
Messages: 16
Registration: 08.14.2002
10.11.24 - 18:15:53
Message # 13
RE: wdl-ol and gcc

it appears SetCanAutomate(false) doesn't quite work the given parameter still appears in the Host list of parameters is there a way to have a parameter "hidden" from the host?

------------------------

zoran

user




Statistics:
Messages: 721
Registration: 11.30.2002
10.11.24 - 18:22:54
Message # 14
RE: wdl-ol and gcc

yeah, i just noticed that in my other plugin, which doesn't use chunks i have a switch there which wasn't supposed to be automatable, but it is i know that if i use chunks it's all up to me

------------------------
-- Phead "I did what any self respecting Bimwad would do - I screamed just like a little girl"

Porridgehead

user




Statistics:
Messages: 3
Registration: 08.17.2001
10.11.24 - 18:30:43
Message # 15
RE: wdl-ol and gcc

i'm scratching my head.. i need to make a parameter with N options and i need to have one or two buttons to cycle thru the options say a waveform parameter (thus integer type), with 10 possible options, which will be displayed with a bitmap, but this bitmap will not be clickable, it will just sit there to show the selected waveform and then, two buttons for ++ and -- to cycle the parameter any ideas?

------------------------
Still for sale

DougZ

user




Statistics:
Messages: 339
Registration: 08.17.2001
10.11.24 - 18:35:11
Message # 16
RE: wdl-ol and gcc

You can easily get/set the value of control A from control B (using GetValue and SetValueFromPlug), so if you pass a pointer to control A to the (customized) constructor of control B, you can use this pointer to get/set the value. Alternatively you could enumerate all your controls, and then add them in that exact order, in which case you can pass the control index of control A to control B, and get/set the value through mPlug->GetGUI()->GetControl(idx).

------------------------

Slvr328IS

user




Statistics:
Messages: 4,982
Registration: 02.27.2002
10.11.24 - 18:43:11
Message # 17
RE: wdl-ol and gcc

pff, finally i think i got it working: Code:

------------------------
Kenny... "...and despite your rather demented sense of humor, poor board manners, and general attitude, you drive well."

Kenzo

user




Statistics:
Messages: 719
Registration: 12.12.2002
10.11.24 - 18:48:16
Message # 18
RE: wdl-ol and gcc

hm.. i think framesAreHoriztonal=true doesn't work or i'm doing something wrong

------------------------
Email Grimpy

GriMpY

user




Statistics:
Messages: 50
Registration: 05.02.2003
10.11.24 - 18:57:37
Message # 19
RE: wdl-ol and gcc
Volume set to Transfer Only : Previous topic
Pages:  1  2  

Message
Name
Message

Click on the dot next to the name to address the participant

           
   
The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants

Forum powered by: YaBB SE 3.10.10