View Single Post
Old 01-09-2019, 05:44 PM   #8
AHarker
Human being with feelings
 
Join Date: Jul 2010
Posts: 21
Default

Yes - I didn't say there weren't ways to get this kind of behaviour to work, but that doesn't happen by requesting a certain display type, which is frustrating, as that is what the AudioUnit API parameter info is designed for. The advice seems to be to process the display strings, and do the mapping internally, but that isn't an ideal solution given that the parameter info exists.

At some point I'll try to make this behaviour work properly, as it seems reaper doesn't respect the display request either, and thus we need be doing this differently in terms of host communication. The situation isn't any worse that IPlug1 as you couldn't do exponential mappings using iplug1 (without doing it yourself manually). I've made an issue on GitHub to keep track of this.

https://github.com/iPlug2/iPlug2/issues/98
AHarker is offline   Reply With Quote