Include/widgets.hpp?

I’m looking at porting over one of my favourite plugins to 1.0, as it seems like there’s no movement by the author. It’s licensed CC0-1.0. so I’m pretty sure this is cool copyright-wise.

I’ve followed the first set of steps in the migration doc, but I’m having trouble compiling because a number of module files try to include widgets.hpp and this no longer seems to be in the SDK.

In the google cached version of the plugin guide, i see that include/widgets.hpp held definitions for widgets, but that’s not mentioned in the new 1.0 docs that are live… I’m wondering, as a plugin newb, does anyone know how to update this include for 1.0?

It’s now called widget/Widget.hpp.

Once you get as far as including rack.hpp, that will include it for you.

3 Likes

Gotcha, thanks!