diff options
author | gretchen <gretchen@gnar.cool> | 2019-11-16 16:10:14 -0800 |
---|---|---|
committer | gretchen <gretchen@gnar.cool> | 2019-11-16 16:10:14 -0800 |
commit | 623c69b66f57e478bdb23422b74eba9ddb990173 (patch) | |
tree | 1bd305ef41104e2598972d9baf6755677093dc7f | |
parent | f050c35cc329e6dcdd21b747065205633bb192f6 (diff) | |
download | intervals-623c69b66f57e478bdb23422b74eba9ddb990173.tar.gz intervals-623c69b66f57e478bdb23422b74eba9ddb990173.zip |
More descriptive parameters
-rw-r--r-- | intervals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intervals.lua b/intervals.lua index cd61424..04141b0 100644 --- a/intervals.lua +++ b/intervals.lua @@ -496,7 +496,7 @@ function init() type = "option", id = "output", name = "Output", - options = {"play + midi", "play", "midi"}, + options = {"audio + midi out", "audio out only", "midi out only"}, action = function(value) if value == 1 then intervals_state.play_midi = true |