From 86936186603fa8e89f77a8ee4dca289d9cc09a53 Mon Sep 17 00:00:00 2001 From: Richard Knight Date: Tue, 24 Aug 2021 23:37:08 +0100 Subject: updated readme --- README.md | 6 ++++-- 1 file 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 -- cgit v1.2.3