-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assign mix to matrix issue #34
Comments
Hello @maxks Just wondering if you managed to get a chance to replicate this issue or whether you need some more information from me? Thank you. |
Hi @bensmm I will try to replicate and fix issue in next days. |
Any updates on this? I'm having the same issue as well. The "Fader mix level to matrix" isn't working for me either; specifically trying to assign/adjust fader for LR to Matrix 2. |
I'm also having the same issue - has anyone been able to resolve this yet? |
I am in the process of converting this module to the v3 API, when that's done, I'd like for you to test it with that version and then we can go from there. |
The way const buffers = self.setRouting(
opt.inputMix,
opt.mtxAssign,
opt.mtxActive,
model.count.matrix,
[0x6e, 0x6e],
[0x24, 0x27],
)
mixer.midi.sendBuffers(buffers) Here, the MSB/LSB if the sink is LR is But this is nonsense. 😉 The sink is not a "mix" (meaning either what on my mixer surface is labeled a "Mix", or that plus LR), it's a matrix. So it's never LR. So those first elements of the two arrays are meaningless (and in all the rest of the module are encoded as (When it goes wildly out of bounds, what MSB/LSB does it actually turn into? And do those MSB/LSB refer to anything else? I dunno, and I'm too lazy to compute and see. If someone wants to do so -- or just packet-sniff the TCP traffic -- I'm idly curious to know.) I think if, in this narrow case, So there's a light at the end of this tunnel -- but I don't have anything to say about exactly when we'll emerge from the tunnel. 🙂 |
This is fixed in 02aad4f. The code on tip for setting pan/balance and fader levels is very snarled (and doesn't work), so it's not possible to simply make a release that contains this fix. I don't know when things will be cleaned up enough to actually do that. |
Helllo @maxks. Think I may have another issue. Using SQ-5 'Assign mix to matrix function' and can get each AUX send on matrix routing screen to switch on/off (active tick/untick) no problem. However, cannot get same on/off on matrix routing screen for Main L/R. I'm using MATRIX 2 for clarity. Thank you if you can take a look and see if you have same behaviour.
The text was updated successfully, but these errors were encountered: