aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgretchen <gretchen@gnar.cool>2019-11-16 16:10:14 -0800
committergretchen <gretchen@gnar.cool>2019-11-16 16:10:14 -0800
commit623c69b66f57e478bdb23422b74eba9ddb990173 (patch)
tree1bd305ef41104e2598972d9baf6755677093dc7f
parentf050c35cc329e6dcdd21b747065205633bb192f6 (diff)
downloadintervals-623c69b66f57e478bdb23422b74eba9ddb990173.tar.gz
intervals-623c69b66f57e478bdb23422b74eba9ddb990173.zip
More descriptive parameters
-rw-r--r--intervals.lua2
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