diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-23 23:29:10 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-23 23:29:10 +0300 |
commit | 144b125b51862952138c8deccf4c82d7dbe2ad8e (patch) | |
tree | 45426768880fb700589d5e2239ec14bdb971ab11 /src/chips/opal/README | |
parent | 59ed941c12f2ffafd09ea64ecd7e492830d513e6 (diff) | |
download | libADLMIDI-144b125b51862952138c8deccf4c82d7dbe2ad8e.tar.gz libADLMIDI-144b125b51862952138c8deccf4c82d7dbe2ad8e.tar.bz2 libADLMIDI-144b125b51862952138c8deccf4c82d7dbe2ad8e.zip |
Opal OPL3 emulator is licensed under public domain
I have got a confirmation letter from Reality team who is a creator of Opal emulator where was clarified that all example codes in the RAD are public domain.
Diffstat (limited to 'src/chips/opal/README')
-rw-r--r-- | src/chips/opal/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/chips/opal/README b/src/chips/opal/README deleted file mode 100644 index 902dee5..0000000 --- a/src/chips/opal/README +++ /dev/null @@ -1,9 +0,0 @@ -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` |