Skip to content
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

Bug on FADERS Layout #2

Open
dbanshee opened this issue Dec 6, 2022 · 1 comment
Open

Bug on FADERS Layout #2

dbanshee opened this issue Dec 6, 2022 · 1 comment

Comments

@dbanshee
Copy link

dbanshee commented Dec 6, 2022

Sorry for using this repository for Launchpad Mini MK3.

I think I found a bug in the Launchpad Mini MK3 firmware, but Novation support just ask me to send my unit. I modestly think it's a clear firmware bug.

I present the details below:

I'm trying to use Faders Layout examples provides in the Programmers Guide of the Product.
But i noticed the behavior it's not the expected. (I could attach a video showing this).

With unipolar fader changes it's color when up/down the fader.
With bipolar fader also changes the color but in one of the extremes the fader apparently dissapears.

File Attached with sysex files generations.

The sequence of sysex messages generated are:

echo -ne "\xf0\x00\x20\x29\x02\x0d\x10\x01\xf7" > enter_daw_mode.syx
echo -ne "\xf0\x00\x20\x29\x02\x0d\x00\x0d\xf7" > enter_faders_layout.syx
echo -ne "\xf0\x00\x20\x29\x02\x0d\x01\x00\x00\x00\x00\x07\x25\x01\x01\x08\x15\xf7" > faders_setup.syx
echo -ne "\xf0\x00\x20\x29\x02\x0d\x10\x00\xf7" > enter_standalone_mode.syx

Another things is how the fader reacts to corresponding CC messages.
The documentation says:

  • Channel 5, Control Changes: B4h (180): DAW Fader position sets.
  • Channel 6, Control Changes: B5h (181): DAW Fader colour sets.

But testing with MIDIOX I verified i'ts just the other way around.
Modifiing on channel 6 fader changes it's position and modifying on channel 5 fader change it's color.

The fader seems to behave well, until it is linked to something in Ableton, specifically when MIDI messages begin to be emitted on the fader channel. I have checked it using MIDI-OX

My impression is that the firmware is erroneously mixing the data input channels on the color.

Sorry again for the use of this issue, but I have not found another way to perhaps solve my problem.

If there is any possibility of having the source code, I could try to fix it myself.

In any case, thank you for your attention.

@dbanshee dbanshee changed the title Bug on DAW Mode Bug on FADERS Layout Dec 6, 2022
@dbanshee
Copy link
Author

dbanshee commented Dec 7, 2022

I think I have isolated the problem.

Once in DAW Mode->Faders Layout

As soon as Launchpad receives data on channel 5, both the fader value (its height) and its color are modified, but wrongly. Assigning a different color at each fader movement.

On the other hand, if the Launchpad receives data on channel 6, only its color changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant