AudioProcessorValueTreeState Improvements

thanks @t0m this post was super helpful for migrating to the new AudioProcessorValueTreeState management!
one question: let’s say I want to create an AudioParameterFloat in the createParameterLayout() method like above…I can use the other AudioParameterFloat constructor to insert almost all the old attributes…but isMeta and isAutomatable still seem to be missing (isChoice too but I assume that’s covered by the choice param…)
…is there a way to set those two in the new code??
thanks!

1 Like