bfredl

Results 459 comments of bfredl

That sounds to me like we should rather improve the midi learn implementation, I e have more CC values as a modulation source so you can specify a range and...

@jamiefaye before the 7SEG emulation is in place I'm fumbling around a bit in the blind, but I pushed a change which might (or might not) fix the 7SEG issue....

Great ideas! One thing I would add is to consider scales with more (or less) than 12 notes per octave. Even if not added to the initial goals this could...

> Some synths allow overriding of the pitch key-follow in the mod matrix, which works well for evenly-spaced tunings such as 19EDO, but may fall short for irregular octave divisions....

> Willing to take a go at this one but won't be able to make progress until my Deluge gets back from upgrade. But if anyone else is inspired, go...

sorta related https://github.com/neovim/neovim/pull/6373 . we want to support adding general configurable margins/areas on any side of a window, which also could display information.

in principle it might be done using `complete()`, though that will only support single-line text.

Three lines is not _overly_ verbose, that is how vim prints an error with context. One could add a manual check that simulates the error message with the correct register...

Unfortunately it can't work completely, due to limitation in nvim: we cannot distiguish ""p which should paste the `"` register literally, and `p` which by should paste the latest item...

No. The plugin should be invoked (if the user wants it) even with explicit register, so one can cycle if the register contents were unexpected and change the register type...