Skip to content

Commit

Permalink
#1095 Improve MFT preset by not showing feedback-only mappings in pro…
Browse files Browse the repository at this point in the history
…jection
  • Loading branch information
helgoboss committed Aug 14, 2024
1 parent c4e4ade commit df04983
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function module.create_compartment(config: MidiFighterTwisterPresetConfig): real
return realearn.Mapping {
id = `col{col + 1}/row{row + 1}/pad/feedback`,
control_enabled = false,
visible_in_projection = false,
source = realearn.Source.MidiScript {
script_kind = "Lua",
script = build_pad_script(cc_number),
Expand Down

0 comments on commit df04983

Please sign in to comment.