site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=reply-to:subject:to:references:from:organization:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=t1MYaQIwwXkF2IkM/W4UBwHDRKkhlo7UI1XVHWNOpCY=; b=i0jdXDxmwUYg7TGaYgdSj2CgyhfO3thttgeQKE1iQ4AGi84LUM4ZjcSBCvviYvEUkM iAShoF01V3yVC9So2eaHqpWjLwta6sRQVU4bqUJ/2yWvFaQ0j8vrDAXMaqXbr132xmaX /cqdsaNuB9zcvGBk2AIk1itWpWREkp7Amo9ANdWJrSA6CSCPjM/4gIJuRHWqm9vKKWUZ Vy4Vp4tVWts/72p/991l1O4HbTrn2FKHY4WBVKIgv1p9NMP4oMBRomx0jv34/21T1Vuv 491kD4rH8TKXZY0MUxSV+0HAcWio08FTx4quf06trl2ExUb1Wjki/jCec6Brhpzrf+XB lzOQ== Organization: FXTECH User-agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 On 5/31/2017 7:23 AM, Daniel Walz wrote: Friendly bump: does anyone use "FxParameterSettingAPI_v4 setStringParameterValue: toParm:" successfully? N.B. I tried both, kFxParameterFlag_NOT_ANIMATABLE and kFxParameterFlag_DEFAULT, but no luck. _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com When are you calling the function to set the value? IIRC, you can only call that in response to a parameter changed event, so you have to set the default value properly when you create the parameter.