aboutsummaryrefslogtreecommitdiff
path: root/src/chips/opal/README
diff options
context:
space:
mode:
authorVitaly Novichkov <Wohlstand@users.noreply.github.com>2019-02-23 22:53:52 +0300
committerGitHub <noreply@github.com>2019-02-23 22:53:52 +0300
commit59ed941c12f2ffafd09ea64ecd7e492830d513e6 (patch)
treee7047d0a3ecd3f6ed40b72a296bc7716a0b5029d /src/chips/opal/README
parentb51a2a538b7b539ba814df343d4c346ab6c98dbf (diff)
parent040d3984840710c36ae5072cf67098ed95d0e4ea (diff)
downloadlibADLMIDI-59ed941c12f2ffafd09ea64ecd7e492830d513e6.tar.gz
libADLMIDI-59ed941c12f2ffafd09ea64ecd7e492830d513e6.tar.bz2
libADLMIDI-59ed941c12f2ffafd09ea64ecd7e492830d513e6.zip
Merge pull request #206 from jpcima/opal
opal: enable use of soft panning
Diffstat (limited to 'src/chips/opal/README')
-rw-r--r--src/chips/opal/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/chips/opal/README b/src/chips/opal/README
index 0fe8105..902dee5 100644
--- a/src/chips/opal/README
+++ b/src/chips/opal/README
@@ -1,2 +1,9 @@
Copy opal.cpp here to make this emulator available.
This is not distributed with the software while the license is undetermined.
+
+The opal.cpp file is part of REALITY ADLIB TRACKER V2.
+SHA1: c034dd637887d81770cee92da309fc547ef5fe18
+
+Configure the software with the option USE_OPAL_EMULATOR=ON.
+To enable soft panning, it is needed to patch with the file `opal-pan.diff` provided.
+for example: `patch -p0 -i opal-pan.diff`