View Single Post
Old 02-04-2010, 07:15 AM   #34
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 15,750
Default

The envelope point editing requires a new addition to the extended VST calls. It's explained here: http://www.cockos.com/reaper/sdk/vst...xt.php#vst_ext , under "effString2Parameter".

The issue is that in that context, the user can enter a new value for that envelope point, so the plugin needs to be able to convert parameter values to strings, and also convert strings back to parameter values without actually setting the parameter.

This is a fairly specialized use, in fact we haven't even implemented it for all Reaper plugins. ReaControlMIDI is the only one that comes to mind, per this issue ticket: http://forum.cockos.com/project.php?issueid=1294 .
schwa is offline   Reply With Quote