ArableInstruments icon indicating copy to clipboard operation
ArableInstruments copied to clipboard

More v2 updates required

Open cschol opened this issue 3 years ago • 2 comments

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 in v2.
  • 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

cschol avatar Nov 21 '21 14:11 cschol

Hi Christoph, That would be great! I'd be very happy if you took a look at it. Thanks, Alex

adbrant avatar Nov 21 '21 21:11 adbrant

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.

cschol avatar Nov 23 '21 04:11 cschol