Releases: mono4loop/rp6
Releases · mono4loop/rp6
Release list
v1.0.0-alpha.8
bump version
v1.0.0-alpha.7
v1.0.0-alpha.6
fix: keep Android piano keys connected
v1.0.0-alpha.5
feat: use multiple MIDI controllers at once You can now play a MIDI keyboard and a pad controller (such as a MacroPad) at the same time, instead of only the first one that's plugged in. Each controller can also be plugged in or unplugged on the fly.
v1.0.0-alpha.4
feat: keep the sample store open while installing packs Installing a pack no longer closes the store; its button becomes Select so you can install several packs and then load one.
v1.0.0-alpha.3
fix: use a null ALSA device for emulator sink tests in CI The snd-dummy kernel module isn't available on the GitHub runner kernel, so modprobe failed. Point ALSA's default PCM at its built-in null backend instead: miniaudio opens the "default" device, so a null default lets the emulator sink open a silent device with no hardware or kernel module.
v1.0.0-alpha.2
v1.0.0-alpha.1
fix: avoid allocating on every audio-capture callback The VU meter's capture path allocated a fresh buffer on every audio callback (many times a second), adding needless garbage-collection pressure. It now reuses one buffer, matching the emulator's playback path.