Vortex Tracker 3.0

Here's a preview video of the music tracker currently in development by the Rusty Pixels team!

New Features:

  • C# Port of the original by S.V. Bulba, Ivan Pirog and Dexus
  • Open source under the MIT license
  • OpenGL rendering
  • OpenAL audio
  • Spectrum and VU bars
  • 3AY support
  • Built-in OrGen Editor
  • YM2149 Synth slave support
  • Spectrum Next slave support
  • MIDI Out support
  • Plug-ins

go-profile

An incomplete port of brendangregg's eBPF profiling application profile.py to Golang.

Please read Brendan Gregg's Blog post Linux 4.9's Efficient BPF-based Profiler for more information.

This project required changes to the Golang standard library to support some features (debug/elf: add SHT_GNU_VERDEF section parsing). Special thanks to ianlancetaylor and aclements for guiding me through the submission process.

Source Code on GitHub