Skip to content

Commit

Permalink
fix LFO 2 rate knob in sync mode adjusting LFO 1 instead of LFO 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp56300 committed Aug 9, 2024
1 parent 214ca4f commit a8ea6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Vavra:
Xenia:

- [Fix] Physical MIDI in/out port selectors didn't work
- [Fix] LFO 2 rate knob in sync mode adjusting LFO 1 instead of LFO 2

1.3.17 (2024.08.04)

Expand Down
2 changes: 1 addition & 1 deletion source/xtJucePlugin/parameterDescriptions_xt.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@
{"index":164, "name":"Lfo1Humanize"},

{"index":166, "name":"Lfo2Rate", "default":64},
{"index":166, "name":"Lfo2RateSync", "step":4, "default":88, "toText":"lfoRateSync"},
{"index":167, "name":"Lfo2Shape", "min":0, "max":5, "isDiscrete":true, "toText":"lfoShape"},
{"index":159, "name":"Lfo2RateSync", "step":4, "default":88, "toText":"lfoRateSync"},
{"index":168, "name":"Lfo2Delay", "toText":"lfoDelay"},
{"index":169, "name":"Lfo2Sync", "min":0 , "max":3, "isDiscrete":true, "toText":"lfoSync"},
{"index":170, "name":"Lfo2Symmetry", "isBipolar":true, "toText":"signed"},
Expand Down

0 comments on commit a8ea6a1

Please sign in to comment.