Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down