DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.22k stars 153 forks source link

Copy-pasting modules doesn't seem to work anymore #571

Closed Vospi closed 11 months ago

Vospi commented 1 year ago

I'm using this build on Windows, VST3, FL Studio 21: https://github.com/DISTRHO/Cardinal/actions/runs/5997176313

1) Ctrl-C -> Ctrl-V on a module doesn't seem to have any effect. 2) Copy-pasting a module via top Edit menu doesn't seem to have any effect.

Ctrl-D works without issue. Plugin has control over keystrokes. Other plugins in my DAW process Ctrl-C Ctrl-V without issue.

falkTX commented 1 year ago

does copy/pasting work on the text editor module? wondering if this is an issue of the host capturing those keys or not. try also with the standalone if you can, thanks

Vospi commented 1 year ago

The text editor module didn't respond to them as well. But! Even just using a Cardinal's menu (Rightclick, Copy, Paste) doesn't do anything for me. Neither for the modules nor the text. :)

falkTX commented 1 year ago

interesting, so it is outright broken. what is your system language? wondering if this breaks due to non-english/unicode usage or something...

testing with the standalone is still worthwhile, please do that

dromer commented 1 year ago

For me this doesn't work in any version, but I'm very sure that it did not too long ago.

And I mean even copy/paste within the same instance does not work (standalone or plugin).

falkTX commented 1 year ago

even on Linux? for me it has been always working, that is why I didn't see a reason to change things for it.

dromer commented 1 year ago

Correct. On standalone I see this in the console: [8.034 warn Rack/src/app/RackWidget.cpp:571 pasteClipboardAction] Could not get text from clipboard.

rafaelferreiraql commented 1 year ago

I'm failing to Ctrl+C Ctrl+V, perhaps because of host intervention (Ctrl+D works tho), but with the edit menu it seems to work just fine to me on latest release. (23.07 VST3, Reaper, Windows)

falkTX commented 11 months ago

This got broken by mistake in 23.09, should be fixed now with the latest builds.

We should very likely do a 23.10 release as this issue seems quite important to have fixed in a stable release. Let's see what other things we manage to fix too, and then go for it..

Vospi commented 11 months ago

Oh, I love it! Thank you so much!

falkTX commented 11 months ago

Fixed in 23.10 release