Timo van Veen

Results 9 comments of Timo van Veen

Hi, I rebased this PR to head and tried to build it, but ran into build errors with u8path and u8string. It might by caused by std::filesystem::u8path being obsoleted in...

Yes that's the only thing that gets logged, and no diagnostics show up in the editor

The problem is that the output from rustc/clippy-driver doesn't show up as inline diagnostics in lsp clients, and it does when the json output comes from cargo check (default).

I've tested some more editors, the rustc output fails to show diagnostics for Helix, Neovim, and Zed. However it does seem to work for vscode. So maybe the json does...

@Nuckyz could this be looked at? I'd appreciate this plugin a lot, thanks!

My guess is because it would obscure the clip, which is not a problem for melody clips since you edit them by opening the piano roll.

I should add that beat clips not rendering titles is explicitly defined in MidiClipView. So at least it's not a bug, though afaik it's not documented what the reasoning is.

I reverted the change that causes this, thank you for testing. I missed it because it doesn't happen to the kicker plugin for some reason. The thing is, I made...

> Code-wise question, what the **** is a MelodyClip? 🤣 The clips in the song editor are "melody" clips, the ones you edit with the piano roll. The clips in...