Skip to content

Commit

Permalink
SUKU default encoder velocity reduced to 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
sukuwc committed Jul 18, 2022
1 parent 9dae910 commit d311c46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/config-blocks/SettingsEncoder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
category: 'element settings',
color: '#5F416D',
desc: 'Encoder Mode',
defaultLua: 'self:emo(0) self:ev0(100)',
defaultLua: 'self:emo(0) self:ev0(50)',
icon: `<span class="block w-full text-center italic font-gt-pressura">EC</span>`,
}
Expand Down Expand Up @@ -91,7 +91,8 @@
[
{value: '0', info: 'No velocity (0%)'},
{value: '100', info: 'Default (100%)'},
{value: '50', info: 'Default (50%)'},
{value: '100', info: 'Maximum (100%)'},
]
]
Expand Down

0 comments on commit d311c46

Please sign in to comment.