To do for next release - milkytracker/MilkyTracker GitHub Wiki

General

  • Use the bug tracker to track any unaddressed bugs reported on the forum and try to fix them
  • Get zlib/zziplib etc out of project; perhaps submodule-ify if possible
  • Investigate UI resizing, and/or add more popular UI resolutions to the list of presets, e.g. 640x400, 1280x720, 1920x1080...
  • See if we can do anything about making better use of screen real-estate when there are a low amount of tracks ... optional double-width fonts a la FastTracker II?
  • Some more suggestions and feature requests from Syphus

Port-specific

Windows

  • Upgrade MilkyTracker for HiDPI support and modern UI look and feel - in progress (Dale)
  • Add higher-res icons to resources to compliment the above - in progress (Dale)
  • Investigate audio APIs - (WaveOut is crashing for me on 32/64 built with VS2015; might need a fix -Dale). Look at XAudio2 to replace the now-possibly-deprecated DirectSound? Might give us better latency without ASIO. Can we use RtAudio for this? - Chris

Cocoa

  • Implement MIDI support - in progress (Dale)
  • Preferences dialog for MIDI devices at least - in progress (Dale)
  • Document icons for file association, like how MacVim does it (using docerator)

SDL2

...