Re: Preview 2.24: Embedded plugin editors in the rack

#17094
Zynewave
Keymaster

@thcilnnahoj wrote:

@Zynewave wrote:

For zPEQ, only the curve display will be shown with draggable points. You’ll need to use the rack or open the plugin editor window to toggle EQ bands on/off and to do fine adjustments.

Excuse me if I this is a misunderstanding, but it sounds like you’d be taking away the second-most important control from the embedded EQ editor. I think at least the band-enable buttons should remain in the mini-editor. Or add a right-click menu with band-toggling options… Maybe it’s too much to ask right now. 😛
Edit: Mixer strips! Note to self: learn to read! 😳

There’s a handful of plug-ins in my collection that seem to report strange values (mostly Kjaerhus classic series’ parameters adding a % sign). I guess it’s the plug-in maker’s fault, but I thought I’d mention it anyway.

The second one is kinda cute. 😆

I checked the output of the Classic Delay, and it is indeed the plugin that returns “%” for all parameters. The VST spec uses one function for returning parameter “display” and another for returning parameter “label”. The Classic Delay returns “%” for all parameters. It should really return an empty string, because it returns the label as part of the string returned by the “display” function.