@crunchypotato is working on a new 3AY version of his synth and Vortex Tracker 3.0 will have support to output to it!
Category: Coding
VT3 Plugins
Plugins...
VT3 3AY
3AY Support is in.
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.
Retro Studio Private Alpha
Today we released the Retro Studio private alpha!
PT3PlayBlazor Released!
I've released the PT3Play demo running in Blazor. It uses the Blazor.WebAudio library by Kristoffer Strube. I want to extend my gratitude to Kirstoffer for his work on Blazor.WebAudio and specifically adding the AudioWorklet APIs required for this demo to render audio in real-time.
PT3Play Released!
Femto-8 Released!
femto8 is an open-source reimplementation of the PICO-8 fantasy console, designed specifically for embedded systems.
Realtime Flame Graph
Porting @brendangregg's profile.py and flamegraph.pl to Golang. The power of eBPF to render a user/kernel stack Flame Graph in realtime through your browser.