Get Human Readable Names For Au When Using Plugin_Properties.Available

  
rprint(renoise.song().instruments[1].plugin_properties.available_plugins)  
  

AudioUnit:
Audio/Generators/AU/aumu:SLY2:reFX
[…]

VSTi:
Audio/Generators/VST/Slayer2
[…]

So “aumu:SLY2:reFX” sucks. I underdtand it’s an Apple thing and not much can be done. But In Renoise’s own lists it’s a normal name not that strange ID. And I can’t access that name it until I initialize the plugin which double sucks.

Any ideas?

Yeah it’s confusing, as long as the actual plugin has :'s in it, I cannot add them to dropdown menus or shortcut them, since the :'s confuse everything :)