nyanpasu64
nyanpasu64
I got 0xc0000139 when running from CLion, and a working window when running from `cargo run` from CLI, or Windows Explorer.
> BambooTracker shares a lot of code with DN-Famitracker they are written in different gui frameworks, using different audio libraries, and different emulation cores. there is no code shared as...
I've looked into this behavior before, and documented its current behavior: - [Google doc](https://docs.google.com/document/d/1LGtJc3lC_TKHCJj_XLs03EH2XxcOnA5cDC9DR8NBzkM/edit#heading=h.3fz3w8mkea1t) - [Test case (.0cc file)](https://github.com/Gumball2415/Dn-FamiTracker/files/6410203/vxx.behavior.zip) I don't know when this behavior started. Perhaps I changed &&'s...
it's been broken for a while, tested in 0cc 0.3.14.5 (didn't try earlier versions) and 0cc 0.4.0 (latest dev commit), and behavior is the same as dn at casual inspection....
fixed for 2a03 and fds by #32, not fixed in legacy chips.
on overclocked modules, the triangle meter level becomes lower than before (because each frame only sees a small vertical range). the expected workaround is to only update the meter every...
As a workaround, you can change Dn-FT to System or System (Enhanced) scaling:  Another problem I've noticed is that when clicking on envelope sequences, the mouse cursor and highlighted...
Anyway I've been told the "proper" fix is to not render a new frame on every mouse movement, not to merge "similar" mouse updates together (but still wait a frame...
I'm actually new to klystrack and don't have any real experience with the program. Nonetheless dragging the delay taps does seem to work right. Interestingly, dragging the background moves the...
A few more things: - When the window is unfocused, the first click is discarded on Windows and Linux. I did not expect this to happen, and this is not...