Mikhail
Mikhail
> The cursor position in the input window is wrong. Generally, issue is that in non-monospaced fonts we can't estimate whole position by extrapolating char width. I've made a fix...
Noticed a regression for ( -- parses as NumDown
You're welcome :)
Yeah, that seems like a bug. Fixed that in 2.0.0-a2. Notes can be inserted by using `a` in midi editor. Sample workflow follows: ``` o # create new track im...
Strangely, there is no binding for that currently. I'll have a look.
The repository was rebased multiple times, so maybe it's not the best bug report. With the blank repository there's no problem, I'll try to research again
In https://github.com/myrrc/sws/commit/cd8702531ea001502695eeae55a2ed6a4981dc77 calling `reapack-index` still results in an error. The only file to be indexed is `sws.ext` with following contents ``` @description SWS @version 2.13.2.0 @author SWS Team @provides FingersExtras/Grooves/*...
Issues persists with latest reapack: ``` ~/.config/REAPER/Scripts/reaper-keys /home/myrrc/.local/share/gem/ruby/3.0.0/bin/reapack-index warning: This index is unnamed. Run the following command to set a name of your choice: reapack-index --name 'FooBar Scripts' /home/myrrc/.local/share/gem/ruby/3.0.0/gems/reapack-index-1.2.3/lib/reapack/index/git.rb:33:in `each':...
``` #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44 #1 0x00007ffff799c1cf in __pthread_kill_internal (signo=6, threadid=) at ./nptl/pthread_kill.c:78 #2 0x00007ffff794e472 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007ffff79384b2 in __GI_abort () at ./stdlib/abort.c:79...
I assume the bug is not in sfizz but the vstgui4 library. I'll try to investigate (there have been reports of crashes that I've linked)