ArableInstruments
ArableInstruments copied to clipboard
More v2 updates required
Hey Alex,
So, I was running integration tests for v2
with the current state of the plugin and there are a few issues:
- Plugin crashes with segfault when closing Rack. This is likely due to memory issues in the
CustomWidget
that don't work anymore inv2
. - Plugin graphics (and text) look very fuzzy when zooming in.
Unless you are planning on working on this more yourself, I would like to fix this and bring the plugin to v2
standards in terms of code and graphics handling. This requires the graphics and text to be converted to vector format (SVG). I am happy to take a stab at it.
Let me know. Thanks!
Christoph
Hi Christoph, That would be great! I'd be very happy if you took a look at it. Thanks, Alex
Pushed the updated versions to v2
and parable-v2
.
- Fixed plugin crash when closing rack.
- Updated plugin to latest
v2
API standards. - Update panel labeling to be in SVG format to prevent fuzziness when zooming in.