diff options
author | Javier <dev.git@javispedro.com> | 2022-02-10 22:10:53 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-02-10 22:10:53 +0100 |
commit | 074f90ec63b821c67d16a2dae95f315edfa7125e (patch) | |
tree | fbe03aad6bf921e8730614e3794999b2696c1d8e /README.md | |
parent | 44a797ceaad46fcc9d9faf80efb4f8ad74f611b6 (diff) | |
download | vmusic-074f90ec63b821c67d16a2dae95f315edfa7125e.tar.gz vmusic-074f90ec63b821c67d16a2dae95f315edfa7125e.zip |
bump to 0.3.1v0.3.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -41,7 +41,7 @@ drivers post-SB16 already use the MPU-401 device. # Installing -You can try using the [VMusic.vbox-extpack](http://depot.javispedro.com/vbox/VMusic-0.3-vbox6.1.32.vbox-extpack) +You can try using the [VMusic.vbox-extpack](http://depot.javispedro.com/vbox/VMusic-0.3.1-vbox6.1.32.vbox-extpack) I built for VirtualBox 6.1.32, which you can install into VirtualBox through the VirtualBox Preferences -> Extension Packs GUI, or by running `VBoxManage extpack install VMusic.vbox-extpack`. @@ -144,6 +144,10 @@ After this, just type `make` followed by `make pack` and `VMusic.vbox-extpack` s # Changelog +* v0.3.1 EMU8000 RAM is now saved in snapshots, + OPL emulator uses 49716Hz sample rate by default now, + renamed some config settings. + * v0.3 added support in MPU-401 for UART-mode MIDI input, and the EMU8000 device. * v0.2 is the initial release |