shithub: leaf

Download patch

ref: 72b60cd5518efcd33d3c99dfcee0bd463ec2c224
parent: 2724ecf6af39be991d51bb734b05bb3080fa0b0b
author: Jeff Snyder <jeff@snyderphonics.com>
date: Sat Feb 29 17:49:25 EST 2020

Update README.md

--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@
 
 All function names start with the object type name, followed by an underscore, then the function name in camel-case: like tCycle_setFreq(), tRamp_setDest().
 
-The first parameter of all LEAF functions associated with an object type is the object instance it is operating on. 
+The first input parameter of all LEAF functions associated with an object type is the object instance it is operating on. 
 
 LEAF assumes a global sample rate (passed into LEAF when the library itself is initialized). You can change this sample rate whenever you want, and all objects that use the global sample rate will see the change.