tkna (TAKAHASHI Naoki)

Results 164 comments of tkna (TAKAHASHI Naoki)

After outputting the file, it can be copied as follows ``` wl-copy < $file ```

I found that the action `Force selected notes into key signature` or manual dragging can be used for ReaScale. Screencast: https://github.com/RobU23/ReaScripts/assets/102382754/885a50ef-fa2a-4542-8112-34a7f8e8f958 I hope this gives you a hint to reduce...

Not quite the same as ReaScale import. Sorry. But basically, if you make the randomization part actionable, I think the result can be solved pretty much on the user side.

If the Randomise/Generate button is externalized as an action, it may be possible to achieve this with a marker action. This would be less time-consuming to implement and more scalable....

I am also grateful for the convenience of swappy. However, since this is not an issue in itself, I think this ticket can be closed.

I think this requirement is the same as the one below. Users can implement it as they like using bash or similar. https://github.com/jtheoof/swappy/issues/148#issuecomment-3119922730

The same is true in my Arch Linux/sway/Renoise/REAPER environment. If it doesn't occur in GNOME wayland, etc., it may have something to do with wlroots. https://github.com/user-attachments/assets/8a0f2030-dd9d-4e9a-8ada-a1f04ce4823c ``` $ pacman -Q...

wlroots is the backend system for the Wayland compositor used by sway and past hyprland (before this merge). https://github.com/hyprwm/Hyprland/pull/6608 https://gitlab.freedesktop.org/wlroots/wlroots I could be totally wrong, but I was guessing that...

This does not seem to occur in my environment Ardour above. ``` $ pacman -Q ardour ardour 8.6-1 $ ``` https://github.com/user-attachments/assets/78c47a0f-73ca-4b77-b5e1-73e802c9e871

I see. It seems that the commands can be extracted as follows https://github.com/rncbc/qjackctl/blob/main/src/qjackctlMainForm.cpp#L847 ``` dbus-send --system / org.rncbc.qjackctl.start dbus-send --system / org.rncbc.qjackctl.stop dbus-send --system / org.rncbc.qjackctl.reset dbus-send --system / org.rncbc.qjackctl.main...