zynthian / zynthian-issue-tracking

Centralized Issue Tracking for Zynthian Project
https://github.com/orgs/zynthian/projects/1
11 stars 3 forks source link

Cannot access high numbered layers in the mixer view #623

Closed riban-bw closed 2 years ago

riban-bw commented 2 years ago

Describe the bug If there are more layers / channels / chains than can be displayed within the mixer view, navigating to higher indices fails.

To Reproduce Steps to reproduce the behavior:

  1. Add multiple layers until there are more than can be displayed within mixer view
  2. Use SELECT encoder to move highlight to right

Expected behaviour Faders scroll left and right to allow access to all chains.

Actual behaviour Faders stop scrolling when reaching right hand end of screen then jump 2 back when scrolling left.

Setup:

Additional context This is due to misunderstanding of various indices, i.e.

riban-bw commented 2 years ago

I am in the process of resolving this. I plan to use the layer as the identifier / object associated with each fader strip rather than the MIDI channel which was previously done and caused this confusion. I hope to have if fixed soon.

riban-bw commented 2 years ago

I have submitted pull request https://github.com/zynthian/zynthian-ui/pull/421 that fixes this. Awaiting validation and merge.

jofemodo commented 2 years ago

It works pretty well now. Closing!