zyn-fusion-issues icon indicating copy to clipboard operation
zyn-fusion-issues copied to clipboard

Mixer does'nt work correctly

Open YruamaLairba opened this issue 6 years ago • 2 comments

I'm on Linux Librazik 2 (derived from Debian 9) and using the zynnaddsub 3.0.5 from Librazik repository. The zynaddsubfx Mixer have several issues:

  • volume fader of each part doesn't change volume of the part
  • VU-meter aren't displayed on the right mixer slice
  • More a question: what does the "edit" button at the bottom of each mixer slice ? i don't see or ear any change when i'm clicking on it.
  • With LV2 plugin and Carla only, parts volume from 2 are set to their maximum, making them to loud

YruamaLairba avatar Aug 04 '19 16:08 YruamaLairba

For the VU-meter display issue, i do for example the following manipulation:

  • go in mixer view ("mixer" button on the left)
  • enable part 3 (the button "3" a the top of the third mixer slice become blue)
  • Change "CH3" to "CH1" at the bottom of the third mixer slice.
  • Disable all other part (corresponding button should be gray)
  • play on he virtual keyboard

This is what i get: Capture du 2019-08-04 17-58-20

An this is what it should look like (i used gimp): whatitshouldbe

YruamaLairba avatar Aug 04 '19 16:08 YruamaLairba

This looks like a mismatch between the UI code and the backend code. Some point fairly recently the per-part metering was extended to provide a stereo VU each instead of a monophonic one. I see the right behavior locally and the screenshot you presented is consistent with the UI trying to display the stereo info assuming it was monophonic data.

So, this should be resolved in the next release.

fundamental avatar Aug 07 '19 11:08 fundamental