olilarkin / wdl-ol

Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported. NOTE: THIS IS OBSOLETE, PLEASE SEE IPLUG2:
https://github.com/iplug2
936 stars 187 forks source link

adds symmetric param shape #97

Closed Eugene-Y closed 6 years ago

Eugene-Y commented 6 years ago

example: param has a range -100.0, 100.0 and needs more precision near 0.0. however this needs to match AAX_ITaperDelegate and IPlugVST3::process() implementations. Haven't touch those because I don't know some specifics.

olilarkin commented 6 years ago

not going to merge this, because my plan is to replace mShape with a flexible lambda alternative, symmetric parameter shape will be an option