Raychan1 / symbiosis-au-vst

Automatically exported from code.google.com/p/symbiosis-au-vst
0 stars 0 forks source link

Implement kAudioUnitProperty_ParameterIDName #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Apparently queried by some AU hosts.

I supply a patch, but it needs review IMHO: I'm not sure of all of its 
implementation.

Regards

Original issue reported on code.google.com by francois...@gmail.com on 13 Apr 2011 at 12:29

Attachments:

GoogleCodeExporter commented 8 years ago
Maybe needing to add

lIDName->flags |= kAudioUnitParameterFlag_CFNameRelease;

to avoid memory leak...

Original comment by francois...@gmail.com on 13 Apr 2011 at 12:35

GoogleCodeExporter commented 8 years ago
Thanks, I'll check into it a bit later. It looks like the purpose of this 
property is to retrieve a shorter parameter name (for limited hardware displays 
etc I guess). Which hosts do you know of that actually use it?

Original comment by malstro...@gmail.com on 13 Apr 2011 at 1:15

GoogleCodeExporter commented 8 years ago

Original comment by malstro...@gmail.com on 13 Apr 2011 at 1:15

GoogleCodeExporter commented 8 years ago
I observed that Logic 9 was attempting to read it while recording an automation.

Original comment by francois...@gmail.com on 13 Apr 2011 at 1:29

GoogleCodeExporter commented 8 years ago
I appreciate the effort of course, but could someone shed some light over how 
this property makes any difference in Logic? If there is no visible difference 
to the end user, I am waiting with adding this to the official release. My 
philosophy is to support as few features in AU as we can get away with without 
losing too much face to the end users. :)

Original comment by malstro...@gmail.com on 30 Aug 2011 at 10:13

GoogleCodeExporter commented 8 years ago

Original comment by malstro...@gmail.com on 30 Aug 2011 at 10:13