diff options
author | Javier <dev.git@javispedro.com> | 2024-10-06 01:06:58 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2024-10-06 01:06:58 +0200 |
commit | baaf1a96c85374e9121293bca01dcb88e9679e77 (patch) | |
tree | 4c90cbebc4d3d06badfcc8bf250f89c577091531 /README.md | |
parent | 356055c986bd250ede40bf953356b42c72738aa1 (diff) | |
download | vmusic-baaf1a96c85374e9121293bca01dcb88e9679e77.tar.gz vmusic-baaf1a96c85374e9121293bca01dcb88e9679e77.zip |
bump to 0.3.4v0.3.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -45,16 +45,20 @@ drivers post-SB16 already use the MPU-401 device. # Installing -1. Download - [VMusic-0.3.2-vbox7.0.4.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.2-vbox7.0.4.vbox-extpack). - This is built for VirtualBox 7.0.4, albeit it should work for most other recent versions in the 7.0.x series. - For VirtualBox 6.1.x series, please use - [VMusic-0.3.1-vbox6.1.32.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.1-vbox6.1.32.vbox-extpack). +* For VirtualBox 7.1.x, download + [VMusic-0.3.4-vbox7.1.0.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.4-vbox7.1.0.vbox-extpack). -2. Open VirtualBox, go to File → Tools → [Extension pack manager](https://depot.javispedro.com/vbox/VBoxPrefs.png), - and install the downloaded VMusic-_something_.vbox-extpack file. +* For VirtualBox 7.0.x, download + [VMusic-0.3.2-vbox7.0.4.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.2-vbox7.0.4.vbox-extpack). -Alternatively, run `VBoxManage extpack install VMusic.vbox-extpack` on a terminal. +* For VirtualBox 6.1.x, download + [VMusic-0.3.1-vbox6.1.32.vbox-extpack](https://depot.javispedro.com/vbox/VMusic-0.3.1-vbox6.1.32.vbox-extpack). + + +Open VirtualBox, go to File → Tools → [Extension pack manager](https://depot.javispedro.com/vbox/VBoxPrefs.png), +and install the downloaded VMusic-_something_.vbox-extpack file. + +Alternatively, run `VBoxManage extpack install VMusic*.vbox-extpack` on a terminal. # Using @@ -155,6 +159,9 @@ After this, just type `make` followed by `make pack` and `VMusic.vbox-extpack` s # Changelog +* v0.3.4 updated version of Nuked-OPL3 and added compatibility with VirtualBox 7.1.0 + (building with 7.0.x is still supported as no API changes were required). + * v0.3.3 minor change to MPU-401 to improve compatibility * v0.3.2 minor changes to fix compatibility with VirtualBox 7.0.0 |