View Single Post
Old 12-19-2017, 07:38 PM   #5
Guod3
Human being with feelings
 
Guod3's Avatar
 
Join Date: Jan 2008
Posts: 506
Default

Thanks so much for your input.
So now have 2 parameters:
kEffectType (no gui control)
kEffectTypeSelector (with gui control)
Code:
*pseudocode*
in OnParamChange(int paramIdx):
.
.
case (kEffectType):
    send out Effect type CC to midi

case (kEffectTypeSelector ):
    if value of parameter EffectType != EffectTypeSelector (user has acted?) 
          set all params to default
          assign value of EffectTypeSelector to EffectType
          call  OnParamChange() for all affected parameters
Is this like what you had in mind?
Thanks again.
Guod3 is offline   Reply With Quote