Skip to content

Commit

Permalink
update seqswitch public
Browse files Browse the repository at this point in the history
  • Loading branch information
trentgill committed May 12, 2021
1 parent 01e7f22 commit fe1f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqswitch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- out1-4: i1 sent through sequentially

-- user settings
public.add('mode', 'hold', {'hold','zero'}) -- when switch closes, should hold last value?
public{mode = 'hold'}:options{'hold','zero'} -- when switch closes, should hold last value?

-- private
dest = 1
Expand Down

0 comments on commit fe1f8bd

Please sign in to comment.