Skip to content

Commit

Permalink
add parameter-based lfo scripting library (monome#1585)
Browse files Browse the repository at this point in the history
* initial upload + unload lfo's after use

* default = 'param action' and track fn mapping

* add function type lookup table

* add ldoc notes

* bars -> clocked

* no spaces in param IDs

* remove 'frm', not used

* rename library to 'param_lfo'

* rename to 'param-lfo'

* p_lfo -> plfo

just cosmetic, but looks way better
  • Loading branch information
dndrks authored Jul 20, 2022
1 parent 2e2164e commit 221531a
Show file tree
Hide file tree
Showing 2 changed files with 446 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/core/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Script.clear = function()
package.loaded['asl'] = nil
end

if package.loaded['param-lfo'] then
package.loaded['param-lfo'] = nil
end

-- script local state
local state = { }

Expand Down
Loading

0 comments on commit 221531a

Please sign in to comment.