Skip to content

Releases: tommitytom/RetroPlug

RetroPlug v0.7.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:16

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

Choose a tag to compare

@tommitytom tommitytom released this 01 Nov 02:08
  • Fix autoplay and related crashes
  • Upgrade SameBoy to v0.15.7

RetroPlug v0.3.4

Choose a tag to compare

@tommitytom tommitytom released this 08 Sep 23:13
  • Fixed MIDI routing for MGB
  • Fixed initial save path

RetroPlug v0.3.3

Choose a tag to compare

@tommitytom tommitytom released this 19 Aug 05:25
  • Fixed keyboard input in Ableton
  • Stopped the window intercepting certain key combinations

RetroPlug v0.3.2

Choose a tag to compare

@tommitytom tommitytom released this 14 Aug 14:35
  • 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

Choose a tag to compare

@tommitytom tommitytom released this 21 Jul 00:53
  • Updated to SameBoy v0.14.3
  • Fixed saving and loading options in the menu that did not work

RetroPlug v0.3.0

Choose a tag to compare

@tommitytom tommitytom released this 05 Jun 10:08

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

RetroPlug v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@tommitytom tommitytom released this 12 Jun 05:11
  • 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

RetroPlug v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@tommitytom tommitytom released this 25 May 17:20
  • Fixes a MIDI sync bug from the previous release

RetroPlug v0.0.3

RetroPlug v0.0.3 Pre-release
Pre-release

Choose a tag to compare

@tommitytom tommitytom released this 25 May 16:53
  • Updated SameBoy to the latest revision. This fixes the issues with the WAV channel in LSDJ.
  • Fixed a few minor bugs