diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-11 09:49:42 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-11 09:49:42 +0000 |
| commit | d9ed2848c4709aa5f3757333dab0ec8de5833aef (patch) | |
| tree | 4d92c21b69170be9b14f74fd01cbf350b874a415 /core | |
| parent | envelopes (diff) | |
| download | alive-d9ed2848c4709aa5f3757333dab0ec8de5833aef.tar.gz alive-d9ed2848c4709aa5f3757333dab0ec8de5833aef.zip | |
add MIDI input ops
Diffstat (limited to 'core')
| -rw-r--r-- | core/cell.moon | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/cell.moon b/core/cell.moon index ae6eea4..8f31f27 100644 --- a/core/cell.moon +++ b/core/cell.moon @@ -10,6 +10,8 @@ class Cell head: => @children[1] tail: => [c for c in *@children[2,]] + destroy: => + -- AST interface eval: (scope, registry) => head = @head!\eval scope, registry |
