Skip to content

Commit

Permalink
Updates for release 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DhrBaksteen committed Jun 17, 2019
1 parent ce974dd commit 9abdf9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains the OPL2 Audio Board library for Arduino, Teensy, Raspb
* Use the board as a MIDI synthesizer (Teensy++ 2.0 and later example included)
* Emulation with DosBox; you can use the board to output MIDI music (Teensy++ 2.0 and later)

Current library version is 1.4.5
Current library version is 1.4.6

To obtain your own OPL2 Audio Board visit the [Tindie store](https://www.tindie.com/products/DhrBaksteen/opl2-audio-board/).

Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "\033[1;36m / | \\ | / /_/ | | ( /_/ ) | | ( /_/ ) __ \\|
echo "\033[1;34m \\____|__ /____/\\____ | |__|\\___/ |______ /\\___(____ /__| \\____ | "
echo "\033[1;34m \\/ \\/ \\/ \\/ \\/ \033[0m"
echo "Installation script for Raspberry Pi and compatibles"
echo "Library version 1.4.5, 25th of February 2019"
echo "Library version 1.4.6, 17th of June 2019"
echo "Copyright (c) 2016-2019 Maarten Janssen, Cheerful"
echo ""

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Arduino OPL2
version=1.4.5
version=1.4.6
author=Maarten Janssen <maarten@cheerful.nl>
maintainer=Maarten Janssen <maarten@cheerful.nl>
sentence=Use this library to control the OPL2 Audio Board
Expand Down
2 changes: 1 addition & 1 deletion src/OPL2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* IMPORTANT: Make sure you set the correct BOARD_TYPE in OPL2.h. Default is set to Arduino.
*
*
* Last updated 2019-02-25
* Last updated 2019-06-17
* Most recent version of the library can be found at my GitHub: https://github.com/DhrBaksteen/ArduinoOPL2
* Details about the YM3812 and OPL chips can be found at http://www.shikadi.net/moddingwiki/OPL_chip
*
Expand Down

0 comments on commit 9abdf9e

Please sign in to comment.