View Revisions: Issue #653

Summary 0000653: At least 1 LV2 plugin works until click on UI button
Revision 2024-02-18 19:42 by PhyllisSmith
Description This is for doing you own builds, not AppImage.
LV2 plugin works fine as long as you do not click on the UI button (not sure if this particular L2 plugin has a graphical interface or not but it seems to). I think this is from the Guitarix GX plugins set.
L2_GxFlanger has this problem but L2_Dj flanger does not. There is a workaround so you can continue using it -- click on the "turn off" button and take down the "show controls" window. Then you can just turn it back on and do NOT hit the UI button any more!

It seems like this is a fixable bug. Error message is:
   void PluginLV2Client::process_buffer(int);
      timeout: L2_GxFlanger
which comes from cinelerra/pluginv2client.C
Revision 2024-02-04 22:25 by PhyllisSmith
Description LV2 plugin works fine as long as you do not click on the UI button (not sure if this particular L2 plugin has a graphical interface or not but it seems to). I think this is from the Guitarix GX plugins set.
L2_GxFlanger has this problem but L2_Dj flanger does not. There is a workaround so you can continue using it -- click on the "turn off" button and take down the "show controls" window. Then you can just turn it back on and do NOT hit the UI button any more!

It seems like this is a fixable bug. Error message is:
   void PluginLV2Client::process_buffer(int);
      timeout: L2_GxFlanger
which comes from cinelerra/pluginv2client.C
Revision 2024-02-04 22:18 by PhyllisSmith
Description LV2 plugins works fine as long as you do not click on the UI button (not sure if this particular L2 plugin has a graphical interface or not).
L2_GxFlanger has this problem but L2_Dj flanger does not. There is a workaround so you can continue using it -- click on the "turn off" button and take down the "show controls" window. Then you can just turn it back on and do NOT hit the UI button any more!

It seems like this is a fixable bug. Error message is:
   void PluginLV2Client::process_buffer(int);
      timeout: L2_GxFlanger
which comes from cinelerra/pluginv2client.C