Skip to content

Commit

Permalink
fix: More fader steps in Yamaha QlCl protocol (before it only had 10 …
Browse files Browse the repository at this point in the history
…steps from 0 to 1)
  • Loading branch information
olzzon committed Oct 11, 2019
1 parent 09ae478 commit a9d81a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/mixerProtocols/yamahaQLCL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const YamahaQLCL: IMixerProtocol = {
min: 0,
max: 1,
zero: 0.75,
step: 0.1,
step: 0.01,
},
meter: {
min: 0,
Expand Down

0 comments on commit a9d81a8

Please sign in to comment.