StAkira

Results 66 comments of StAkira

Path finding algorithms are not able to know target is unreachable before entire map is searched. This has to be handled with other strategy, i.e., out of scope of PathFinding.js.

What I will do is backup and modify data of that cell to walkable, do the search, and recover that data. Unless you are using matrix data concurrently (hell, this...

It's very appreciated you put your thoughts into improving OpenUtau in this area. I'll reply in line. But before going into details. Accessibility involving screen reading is an area I...

wine usage of the editor is unsupported

Files in OpenUtau folder can easily reach Gigabytes, which seems too large to put in a hidden directory.

You can move the files yourself to new location: `$XDG_DATA_HOME/OpenUtau` or `$HOME/.local/share/OpenUtau` And you can delete the old `Cache` folder. New cache folder is at `$XDG_CACHE_HOME/OpenUtau` or `$HOME/.cache/OpenUtau`

It's a good idea. However, MusicXML format is obscure and requires some effort. Contribution welcomed.

You could refer to VSQx.cs as example.

Please share log file. It's hard to tell what's the issue without enough info.