diff options
author | Richard Knight <q@1bpm.net> | 2021-08-24 23:37:08 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-08-24 23:37:08 +0100 |
commit | 86936186603fa8e89f77a8ee4dca289d9cc09a53 (patch) | |
tree | e4777421748b2e0f0b52f8c8cac2774358453b0a | |
parent | 3087c661444683d4ac24b921690e2642e3d0ebba (diff) | |
download | csound-opl-86936186603fa8e89f77a8ee4dca289d9cc09a53.tar.gz csound-opl-86936186603fa8e89f77a8ee4dca289d9cc09a53.tar.bz2 csound-opl-86936186603fa8e89f77a8ee4dca289d9cc09a53.zip |
updated readme
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |