aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2021-08-24 23:37:08 +0100
committerRichard Knight <q@1bpm.net>2021-08-24 23:37:08 +0100
commit86936186603fa8e89f77a8ee4dca289d9cc09a53 (patch)
treee4777421748b2e0f0b52f8c8cac2774358453b0a
parent3087c661444683d4ac24b921690e2642e3d0ebba (diff)
downloadcsound-opl-86936186603fa8e89f77a8ee4dca289d9cc09a53.tar.gz
csound-opl-86936186603fa8e89f77a8ee4dca289d9cc09a53.tar.bz2
csound-opl-86936186603fa8e89f77a8ee4dca289d9cc09a53.zip
updated readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b83a0e..f0e9a34 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,11 @@ There is also a [demonstration video](http://plugins.csound.1bpm.net/files/vid/o
## Opcode reference
-### ioplhandle, aleft, aright opl [iemulation=0, irunatpcmrate=0]
+### opl
Create an instance of the emulated OPL3 synthesiser.
+####ioplhandle, aleft, aright opl [iemulation=0, irunatpcmrate=0]
+
* ioplhandle : handle to be used in other opcodes to control synthesis
* aleft, aright : stereo audio outputs
@@ -161,7 +163,7 @@ Set the aftertouch value for the specified channel.
* kaftertouch : aftertouch amount (0 - 127)
-## oplcontrolchange ioplhandle, kchannel, kcontrol, kvalue
+### oplcontrolchange ioplhandle, kchannel, kcontrol, kvalue
Set a control change value for a specified channel.
* ioplhandle : handle created by the opl opcode