Releases: tommitytom/RetroPlug
Releases · tommitytom/RetroPlug
Release list
RetroPlug v0.7.3
Full rewrite. Main changes:
- Mac and linux support
- CLAP, VST3, AU builds
- NES support
- More LSDj sync modes
- Multiple split outputs from a single instance (2 stereo outputs per Gameboy channel)
- Better menu system
- CLI tool for rendering songs
- Updated SameBoy to 1.0.3
Some features available in v0.3.x are currently not implemented (LSDj sav manipulation, sample patching etc). These will be implemented in due time.
Development platform is now Linux, so likely to be the most stable build. Mac + Win have not received as much testing. Bug reports welcome and encouraged!
See README.md for more info.
RetroPlug v0.3.5
- Fix autoplay and related crashes
- Upgrade SameBoy to v0.15.7
RetroPlug v0.3.4
- Fixed MIDI routing for MGB
- Fixed initial save path
RetroPlug v0.3.3
- Fixed keyboard input in Ableton
- Stopped the window intercepting certain key combinations
RetroPlug v0.3.2
- Fix bug that stopped multi instance projects loading when the project is dragged on to the window
- Fixed arduinoboy emulation - MIDI clock was not being sent correctly
RetroPlug v0.3.1
- Updated to SameBoy v0.14.3
- Fixed saving and loading options in the menu that did not work
RetroPlug v0.3.0
Features:
- Rewrote some core parts in lua
- Config files are now lua based and much more powerful! Configs are reloaded on the fly so you don't need to restart after changing them
- Added joypad support
- Updated to SameBoy v0.14.2
LSDj specific:
- Added kit patching. Kits can be patched in realtime while they are playing!
- Added ROM upgrade feature in the menu
Fixes:
- Fixed support for high DPI displays on Windows
- Fixed keyboard input in Ableton Live
- Improved error checking (hopefully!)
RetroPlug v0.1.0
- Added support for multiple instances
- Added liblsdj integration that allows manipulation of the LSDj .sav file currently in memory
- Allow selection of GameBoy model
- Added project support. Projects contain your settings and instance layouts. This is saved in to your DAW project but can also be written to disk for use with the standalone version.
- Reorganised menu and added many new options
RetroPlug v0.0.4
- Fixes a MIDI sync bug from the previous release
RetroPlug v0.0.3
- Updated SameBoy to the latest revision. This fixes the issues with the WAV channel in LSDJ.
- Fixed a few minor bugs