Dn-FamiTracker icon indicating copy to clipboard operation
Dn-FamiTracker copied to clipboard

modifications and improvements for 0CC-FamiTracker (based on j0CC-FamiTracker 0.6.3)

Results 118 Dn-FamiTracker issues
Sort by recently updated
recently updated
newest added

This PR improves upon, and supercedes PR #80. - [x] Implement Kxx - [x] Implement =xx - [ ] Finalize volume system (mentioned in #107) - [ ] Finalize hold...

(Suggestion) This might sound dumb or this might not be possible but what if there was a version of Dn-famitracker that was made for mobile phones

I observed the audio thread to get stuck waiting for room to write audio, on a Windows 7 machine with an stuck audio daemon (audiodg.exe). It happens intermittently due to...

![devenv_R4s7rIGYJJ](https://user-images.githubusercontent.com/913957/182499572-076a8ad5-e5f0-418a-a812-8fb24d929525.png) CSoundGen repeatedly unlocks and relocks the CSoundGen mutex, but only blocks on pushing audio while holding the mutex. If the GUI thread cannot run in parallel (eg. on a...

(Suggestion) Please add a line of text above the wavetable for the FDS instrument editor showing each sample of the wavetable as a number

The keyboard preview, macro editor, wave editor & some button layouts does not scale properly when the scale option is set in Windows. This was not an issue in vanilla...

When I try to open a file with any non-ASCII character (any codepoint >=0x80) anywhere in the pathname or filename, one of these errors shows up (using Dn-FamiTracker 0.4.0.1): 1....

Polling for room before generating audio, instead of generating audio and blocking on write, reduces keyboard-to-speaker latency, but reduces timing wiggle room too. I probably won't implement this due since...

Dn-FT fails to open a WASAPI stream to system speakers, on any sampling rate. The speakers require 4-channel audio output. Even Audacity PortAudio WASAPI doesn't work. At this point I...