From f1721a4a33ed7d59f4f08db1150ee9bc790ef870 Mon Sep 17 00:00:00 2001 From: Dan Tenenbaum Date: Thu, 6 Apr 2023 20:00:36 -0700 Subject: [PATCH] grid.connect -> arc.connect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c238b9..6dcd2a6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ https://www.instagram.com/p/CS4JRtonRD7/ local grid = util.file_exists(_path.code.."toga") and include "toga/lib/togagrid" or grid ``` - If the script is already edited to support **midigrid**, you can add the support on midigrid library script file: add the line above to line 1 in **code/midigrid/lib/midigrid.lua**. When no midigrid-supported device is connected, toga grid will be initialized. - 2. Find occurence of "grid.connect()" in the script code and insert the following line above: + 2. Find occurence of "arc.connect()" in the script code and insert the following line above: ``` local arc = util.file_exists(_path.code.."toga") and include "toga/lib/togaarc" or arc ```