Skip to content

Commit

Permalink
rename support cv to alternative cv
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Arweiler committed Nov 3, 2019
1 parent 5d15ead commit 23a5948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zellen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ function init()
params:add_control("crow_note_divider", "crow note divider", controlspec.new(1, 100, "lin", 1, 12, ""))
params:add_control("crow_octave_offset", "crow cv octave offset", controlspec.new(-10, 10, "lin", 1, -3, ""))
params:add_option("crow_cv_offset", "quantize crow cv offset", {"y", "n"}, 1)
params:add_option("crow_support_mode", "crow support mode", config.CROW.SUPPORT_MODES, 1)
params:add_control("crow_support_mode_note_offset", "crow support note offset", controlspec.new(-36, 36, "lin", 1, 0, ""))
params:add_option("crow_support_mode", "crow alternative mode", config.CROW.SUPPORT_MODES, 1)
params:add_control("crow_support_mode_note_offset", "crow alt. note offset", controlspec.new(-36, 36, "lin", 1, 0, ""))
params:add_option("crow_clock", "crow clock", {"internal", "input 1"}, 1)
params:set_action("crow_clock", set_crow_clock)

Expand Down

0 comments on commit 23a5948

Please sign in to comment.