Skip to content

Commit

Permalink
Revert "add parameter-based lfo scripting library (#1585)" (#1588)
Browse files Browse the repository at this point in the history
This reverts commit 221531a.
  • Loading branch information
dndrks authored Jul 27, 2022
1 parent 3322385 commit a32c4d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 446 deletions.
4 changes: 0 additions & 4 deletions lua/core/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ 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 a32c4d6

Please sign in to comment.